Skip to content

Commit 092bd58

Browse files
authored
chore(deps): update dependency google-cloud-bigquery-storage to v2.1.0 (GoogleCloudPlatform#4942)
1 parent 6606319 commit 092bd58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bigquery/bqml/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-bigquery[pandas,bqstorage]==2.2.0
2-
google-cloud-bigquery-storage==2.0.1
2+
google-cloud-bigquery-storage==2.1.0
33
pandas==1.1.4
44
pyarrow==2.0.0
55
flaky==3.7.0

bigquery/datalab-migration/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
grpcio==1.33.2
22
google-cloud-bigquery[pandas,pyarrow]==2.2.0
3-
google-cloud-bigquery-storage==2.0.1
3+
google-cloud-bigquery-storage==2.1.0
44
datalab==1.2.0
55
ipython==7.18.1; python_version > '3.6'
66
ipython==7.16.1; python_version < '3.7'

bigquery/pandas-gbq-migration/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-bigquery==2.2.0
2-
google-cloud-bigquery-storage==2.0.1
2+
google-cloud-bigquery-storage==2.1.0
33
pandas==1.1.4
44
pandas-gbq==0.14.0
55
pyarrow==2.0.0

0 commit comments

Comments
 (0)