Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 915f387

Browse files
authored
fix(deps): pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#186)
Expand pins on library dependencies in preparation for these dependencies taking a new major version. See googleapis/google-cloud-python#10566.
1 parent 780fcaf commit 915f387

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
# 'Development Status :: 5 - Production/Stable'
2929
release_status = "Development Status :: 5 - Production/Stable"
3030
dependencies = [
31-
"google-api-core[grpc] >= 1.26.0, <2.0.0dev",
31+
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
32+
# Until this issue is closed
33+
# https://github.com/googleapis/google-cloud-python/issues/10566
34+
"google-api-core[grpc] >= 1.26.0, <3.0.0dev",
3235
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
3336
"libcst >= 0.2.5",
3437
"proto-plus >= 1.4.0",

0 commit comments

Comments
 (0)