Skip to content

Commit 5beab3e

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

File tree

1 file changed

+4
-1
lines changed
  • packages/google-cloud-access-approval

1 file changed

+4
-1
lines changed

packages/google-cloud-access-approval/setup.py

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

0 commit comments

Comments
 (0)