We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecff3b commit 8c63186Copy full SHA for 8c63186
2 files changed
packages/google-cloud-bigquery/setup.py
@@ -34,8 +34,8 @@
34
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
35
# Until this issue is closed
36
# https://github.com/googleapis/google-cloud-python/issues/10566
37
- "google-api-core[grpc] >= 1.29.0, <3.0.0dev",
38
- "proto-plus >= 1.10.0",
+ "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
+ "proto-plus >= 1.15.0",
39
# NOTE: Maintainers, please do not require google-cloud-core>=2.x.x
40
41
packages/google-cloud-bigquery/testing/constraints-3.6.txt
@@ -6,7 +6,7 @@
6
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7
# Then this file should have foo==1.14.0
8
geopandas==0.9.0
9
-google-api-core==1.29.0
+google-api-core==1.31.5
10
google-cloud-bigquery-storage==2.0.0
11
google-cloud-core==1.4.1
12
google-resumable-media==0.6.0
@@ -16,7 +16,7 @@ opentelemetry-api==1.1.0
16
opentelemetry-instrumentation==0.20b0
17
opentelemetry-sdk==1.1.0
18
pandas==0.24.2
19
-proto-plus==1.10.0
+proto-plus==1.15.0
20
protobuf==3.12.0
21
pyarrow==3.0.0
22
python-dateutil==2.7.2
0 commit comments