Skip to content

Commit e65ef8e

Browse files
Update dependency pyarrow to v0.17.0 (#3188)
Co-authored-by: Leah E. Cole <[email protected]>
1 parent d82501d commit e65ef8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ google-cloud-bigquery-storage==0.8.0
33
pandas==0.25.3; python_version > '3.0'
44
pandas==0.24.2; python_version < '3.0'
55
pandas-gbq==0.13.1
6-
pyarrow==0.15.1
6+
pyarrow==0.17.0
77
grpcio==1.28.1

bigquery_storage/to_dataframe/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
google-auth==1.14.0
22
google-cloud-bigquery-storage==0.8.0
33
google-cloud-bigquery==1.24.0
4-
pyarrow==0.15.1
4+
pyarrow==0.17.0
55
ipython==7.10.2; python_version > '3.0'
66
ipython==5.9.0; python_version < '3.0'
77
pandas==0.25.3; python_version > '3.0'

0 commit comments

Comments
 (0)