We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdf657 commit 030947eCopy full SHA for 030947e
packages/google-cloud-bigquery-reservation/setup.py
@@ -46,7 +46,10 @@
46
platforms="Posix; MacOS X; Windows",
47
include_package_data=True,
48
install_requires=(
49
- "google-api-core[grpc] >= 1.26.0, <2.0.0dev",
+ # 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",
53
"proto-plus >= 1.4.0",
54
"packaging >= 14.3",
55
),
0 commit comments