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 eee252a commit bec4ccbCopy full SHA for bec4ccb
packages/google-cloud-gke-hub/setup.py
@@ -25,7 +25,10 @@
25
release_status = "Development Status :: 4 - Beta"
26
url = "https://github.com/googleapis/python-gke-hub"
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