Skip to content

Commit

Permalink
fix: require min google-api-core version of 1.21.0 (#506)
Browse files Browse the repository at this point in the history
This is the version required for credentials_file and scopes support via google-api-core. (#461)

Co-authored-by: Dov Shlachter <dovs@google.com>
  • Loading branch information
busunkim96 and software-dov authored Jul 10, 2020
1 parent 1632e25 commit bf787bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapic/templates/setup.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setuptools.setup(
platforms='Posix; MacOS X; Windows',
include_package_data=True,
install_requires=(
'google-api-core[grpc] >= 1.17.2, < 2.0.0dev',
'google-api-core[grpc] >= 1.21.0, < 2.0.0dev',
'libcst >= 0.2.5',
'proto-plus >= 0.4.0',
{%- if api.requires_package(('google', 'iam', 'v1')) %}
Expand Down

0 comments on commit bf787bd

Please sign in to comment.