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

Commit

Permalink
Merge branch 'master' into autosynth-googleapis-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jul 21, 2021
2 parents 58cf3bd + 6ceab56 commit a738d58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
platforms="Posix; MacOS X; Windows",
include_package_data=True,
install_requires=(
"google-api-core[grpc] >= 1.28.0, < 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.28.0, <3.0.0dev",
"proto-plus >= 1.13.0",
"packaging >= 14.3",
),
Expand Down

0 comments on commit a738d58

Please sign in to comment.