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