8000 fix(deps): pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x … · googleapis/python-domains@8c7a8cc · GitHub
[go: up one dir, main page]

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

Commit 8c7a8cc

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

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
@@ -43,7 +43,10 @@
4343
],
4444
include_package_data=True,
4545
install_requires=(
46-
"google-api-core[grpc] >= 1.26.0, <2.0.0dev",
46+
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
47+
# Until this issue is closed
48+
# https://github.com/googleapis/google-cloud-python/issues/10566
49+
"google-api-core[grpc] >= 1.26.0, <3.0.0dev",
4750
"proto-plus >= 1.4.0",
4851
"packaging >= 14.3",
4952
),

0 commit comments

Comments
 (0)
0