Skip to content

Commit

Permalink
Bump google cloud bigquery to 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiyong Jung committed Jul 29, 2020
1 parent 780cc4f commit a315672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdks/python/container/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ typing-extensions==3.7.4.1
google-api-core==1.20.0
google-apitools==0.5.28
google-cloud-pubsub==1.0.2
google-cloud-bigquery==1.24.0
google-cloud-bigquery==1.26.1
google-cloud-bigtable==1.0.0
google-cloud-core==1.1.0
google-cloud-datastore==1.7.4
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def get_version():
'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.24.0',
'google-cloud-bigquery>=1.6.0,<=1.26.1',
'google-cloud-core>=0.28.1,<2',
'google-cloud-bigtable>=0.31.1,<1.1.0',
'google-cloud-spanner>=1.13.0,<1.14.0',
Expand Down

0 comments on commit a315672

Please sign in to comment.