Navigation Menu

Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
fix(deps): pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x …
Browse files Browse the repository at this point in the history
…versions (#20)
  • Loading branch information
busunkim96 committed Jul 28, 2021
1 parent 788a335 commit 7959815
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -38,7 +38,10 @@
platforms="Posix; MacOS X; Windows",
include_package_data=True,
install_requires=(
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
"google-api-core[grpc] >= 1.22.2, < 3.0.0dev",
"proto-plus >= 1.15.0",
"packaging >= 14.3",
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
Expand Down

0 comments on commit 7959815

Please sign in to comment.