We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bda1d commit 5beab3eCopy full SHA for 5beab3e
packages/google-cloud-access-approval/setup.py
@@ -25,7 +25,10 @@
25
version = "1.3.1"
26
release_status = "Development Status :: 5 - Production/Stable"
27
dependencies = [
28
- "google-api-core[grpc] >= 1.26.0, <2.0.0dev",
+ # NOTE: Maintainers, please do not require google-api-core>=2.x.x
29
+ # Until this issue is closed
30
+ # https://github.com/googleapis/google-cloud-python/issues/10566
31
+ "google-api-core[grpc] >= 1.26.0, <3.0.0dev",
32
"proto-plus >= 1.4.0",
33
"packaging >= 14.3",
34
]
0 commit comments