We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c80c4 commit 66c0b1dCopy full SHA for 66c0b1d
packages/google-cloud-api-gateway/setup.py
@@ -25,7 +25,10 @@
25
release_status = "Development Status :: 5 - Production/Stable"
26
url = "https://github.com/googleapis/python-api-gateway"
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