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 3d0849e commit 5bf99cdCopy full SHA for 5bf99cd
packages/google-cloud-bigquery-storage/setup.py
@@ -24,7 +24,10 @@
24
version = "2.6.0"
25
release_status = "Development Status :: 5 - Production/Stable"
26
dependencies = [
27
- "google-api-core[grpc] >= 1.26.0, < 2.0.0dev",
+ # NOTE: Maintainers, please do not require google-api-core>=2.x.x
28
+ # Until this issue is closed
29
+ # https://github.com/googleapis/google-cloud-python/issues/10566
30
+ "google-api-core[grpc] >= 1.26.0, <3.0.0dev",
31
"proto-plus >= 1.4.0",
32
"packaging >= 14.3",
33
"libcst >= 0.2.5",
0 commit comments