This is an automated email from the ASF dual-hosted git repository.
altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 915a98a Bump google cloud bigquery to 1.24.0
new 71134d2 Merge pull request #10929 from
drubinstein/bump-google-cloud-bigquery
915a98a is described below
commit 915a98a946ef4d483b3a7964aa8adabc910be3ce
Author: David Rubinstein <[email protected]>
AuthorDate: Fri Feb 21 13:26:07 2020 -0500
Bump google cloud bigquery to 1.24.0
---
sdks/python/container/base_image_requirements.txt | 2 +-
sdks/python/setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sdks/python/container/base_image_requirements.txt
b/sdks/python/container/base_image_requirements.txt
index 47c5dd5..9499fe1 100644
--- a/sdks/python/container/base_image_requirements.txt
+++ b/sdks/python/container/base_image_requirements.txt
@@ -50,7 +50,7 @@ nose==1.3.7
google-apitools==0.5.28
googledatastore==7.0.2;python_version<"3.0"
google-cloud-pubsub==0.39.1
-google-cloud-bigquery==1.17.0
+google-cloud-bigquery==1.24.0
proto-google-cloud-datastore-v1==0.90.4
google-cloud-bigtable==0.32.1
google-cloud-core==1.0.2
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index dc4ca33..1cfcb2e 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -204,7 +204,7 @@ GCP_REQUIREMENTS = [
'google-cloud-datastore>=1.7.1,<1.8.0',
'google-cloud-pubsub>=0.39.0,<1.1.0',
# GCP packages required by tests
- 'google-cloud-bigquery>=1.6.0,<1.18.0',
+ 'google-cloud-bigquery>=1.6.0,<=1.24.0',
'google-cloud-core>=0.28.1,<2',
'google-cloud-bigtable>=0.31.1,<1.1.0',
'google-cloud-dlp >=0.12.0,<=0.13.0',