We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addfe07 commit 12dd172Copy full SHA for 12dd172
1 file changed
packages/google-cloud-monitoring-dashboards/setup.py
@@ -25,7 +25,10 @@
25
version = "2.2.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 >= 0.4.0",
33
"packaging >= 14.3",
34
]
0 commit comments