Skip to content

Commit bf787bd

Browse files
fix: require min google-api-core version of 1.21.0 (#506)
This is the version required for credentials_file and scopes support via google-api-core. (#461) Co-authored-by: Dov Shlachter <[email protected]>
1 parent 1632e25 commit bf787bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gapic/templates/setup.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ setuptools.setup(
1616
platforms='Posix; MacOS X; Windows',
1717
include_package_data=True,
1818
install_requires=(
19-
'google-api-core[grpc] >= 1.17.2, < 2.0.0dev',
19+
'google-api-core[grpc] >= 1.21.0, < 2.0.0dev',
2020
'libcst >= 0.2.5',
2121
'proto-plus >= 0.4.0',
2222
{%- if api.requires_package(('google', 'iam', 'v1')) %}

0 commit comments

Comments
 (0)