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

Commit 7035364

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

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
@@ -25,7 +25,10 @@
2525
release_status = "Development Status :: 4 - Beta"
2626
url = "https://github.com/googleapis/python-gke-hub"
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy