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 d1a139c commit 6702ad3Copy full SHA for 6702ad3
packages/google-cloud-monitoring/setup.py
@@ -29,7 +29,10 @@
29
# 'Development Status :: 5 - Production/Stable'
30
release_status = "Development Status :: 5 - Production/Stable"
31
dependencies = [
32
- "google-api-core[grpc] >= 1.26.0, <2.0.0dev",
+ # NOTE: Maintainers, please do not require google-api-core>=2.x.x
33
+ # Until this issue is closed
34
+ # https://github.com/googleapis/google-cloud-python/issues/10566
35
+ "google-api-core[grpc] >= 1.26.0, <3.0.0dev",
36
"proto-plus >= 1.15.0",
37
"packaging >= 14.3",
38
]
0 commit comments