Skip to content

Commit 030947e

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

File tree

1 file changed

+4
-1
lines changed
  • packages/google-cloud-bigquery-reservation

1 file changed

+4
-1
lines changed

packages/google-cloud-bigquery-reservation/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@
4646
platforms="Posix; MacOS X; Windows",
4747
include_package_data=True,
4848
install_requires=(
49-
"google-api-core[grpc] >= 1.26.0, <2.0.0dev",
49+
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
50+
# Until this issue is closed
51+
# https://github.com/googleapis/google-cloud-python/issues/10566
52+
"google-api-core[grpc] >= 1.26.0, <3.0.0dev",
5053
"proto-plus >= 1.4.0",
5154
"packaging >= 14.3",
5255
),

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