Skip to content

Commit 5b8e121

Browse files
chore(deps): update dependency pyarrow to v14 [security] (#703)
* chore(deps): update dependency pyarrow to v14 [security] * pin pyarrow to 12.0.1 for python 3.7 --------- Co-authored-by: Lingqing Gan <[email protected]>
1 parent 2dc8510 commit 5b8e121

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bigquery_storage/to_dataframe/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
google-auth==2.22.0
22
google-cloud-bigquery-storage==2.22.0
33
google-cloud-bigquery==3.11.4
4-
pyarrow==12.0.1
4+
pyarrow==12.0.1; python_version == '3.7'
5+
pyarrow==14.0.1; python_version >= '3.8'
56
ipython===7.31.1; python_version == '3.7'
67
ipython===8.10.0; python_version == '3.8'
78
ipython==8.14.0; python_version >= '3.9'

0 commit comments

Comments
 (0)