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 ea0fbe8 commit 13b6110Copy full SHA for 13b6110
packages/google-cloud-vision/setup.py
@@ -22,7 +22,10 @@
22
version = "2.4.0"
23
release_status = "Development Status :: 5 - Production/Stable"
24
dependencies = [
25
- "google-api-core[grpc] >= 1.26.0, <2.0.0dev",
+ # NOTE: Maintainers, please do not require google-api-core>=2.x.x
26
+ # Until this issue is closed
27
+ # https://github.com/googleapis/google-cloud-python/issues/10566
28
+ "google-api-core[grpc] >= 1.26.0, <3.0.0dev",
29
"proto-plus >= 1.15.0",
30
"packaging >= 14.3",
31
]
0 commit comments