Skip to content

Commit c2a1517

Browse files
authored
fix(deps): pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#209)
Expand pins on library dependencies in preparation for these dependencies taking a new major version. See #10566.
1 parent 69e2278 commit c2a1517

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/google-cloud-dlp/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
version = "3.2.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
27-
"google-api-core[grpc] >= 1.26.0, <2.0.0dev",
27+
# 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",
2831
"proto-plus >= 0.4.0",
2932
"packaging >= 14.3",
3033
]

0 commit comments

Comments
 (0)