Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 44d3f5b

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
# 'Development Status :: 5 - Production/Stable'
3030
release_status = "Development Status :: 5 - Production/Stable"
3131
dependencies = [
32-
"google-api-core[grpc] >= 1.26.0, < 2.0.0dev",
32+
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
33+
# Until this issue is closed
34+
# https://github.com/googleapis/google-cloud-python/issues/10566
35+
"google-api-core[grpc] >= 1.26.0, <3.0.0dev",
3336
"libcst >= 0.2.5",
3437
"proto-plus >= 1.4.0",
3538
"packaging >= 14.3",

0 commit comments

Comments
 (0)