We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa50a3 commit 79989aaCopy full SHA for 79989aa
packages/google-cloud-bigquery-datatransfer/setup.py
@@ -29,7 +29,10 @@
29
# 'Development Status :: 5 - Production/Stable'
30
release_status = "Development Status :: 5 - Production/Stable"
31
dependencies = (
32
- "google-api-core[grpc] >= 1.26.0, <2.0.0dev",
+ # 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",
36
"proto-plus >= 1.15.0",
37
"packaging >= 14.3",
38
)
0 commit comments