Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 6193da3

Browse files
chore(deps): update dependency pyarrow to v19.0.1 (#894)
Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
1 parent ec72554 commit 6193da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/to_dataframe/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ google-cloud-bigquery-storage==2.28.0
33
google-cloud-bigquery==3.29.0
44
pyarrow===12.0.1; python_version == '3.7'
55
pyarrow===17.0.0; python_version == '3.8'
6-
pyarrow==19.0.0; python_version >= '3.9'
6+
pyarrow==19.0.1; python_version >= '3.9'
77
ipython===7.31.1; python_version == '3.7'
88
ipython===8.10.0; python_version == '3.8'
99
ipython===8.18.1; python_version == '3.9'

0 commit comments

Comments
 (0)