Skip to content

Commit f8fcdef

Browse files
renovate-botglasnt
andauthored
chore(deps): update dependency pyarrow to v19 (GoogleCloudPlatform#13064)
* chore(deps): update dependency pyarrow to v19 * Update pyarrow dependency limits * Update pandas-gbq to latest (python 3.8 supported) * Update Python 3.13 wheel'd pandas * update grpcio to py3.13 supported version --------- Co-authored-by: Katie McLaughlin <katie@glasnt.com>
1 parent e7f0c2a commit f8fcdef

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

bigquery/bqml/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ google-cloud-bigquery[pandas,bqstorage]==3.27.0
22
google-cloud-bigquery-storage==2.27.0
33
pandas==1.3.5; python_version == '3.7'
44
pandas==2.0.3; python_version == '3.8'
5-
pandas==2.2.2; python_version > '3.8'
6-
pyarrow==17.0.0
5+
pandas==2.2.3; python_version > '3.8'
6+
pyarrow==17.0.0; python_version <= '3.8'
7+
pyarrow==19.0.0; python_version > '3.9'
78
flaky==3.8.1
89
mock==5.1.0
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
google-cloud-bigquery==3.27.0
22
google-cloud-bigquery-storage==2.27.0
33
pandas==2.0.3; python_version == '3.8'
4-
pandas==2.2.2; python_version > '3.8'
5-
pandas-gbq==0.24.0; python_version > '3.6'
6-
# pandas-gbq==0.14.1 is the latest compatible version for Python 3.6
7-
pandas-gbq===0.14.1; python_version < '3.7'
8-
grpcio==1.62.1
9-
pyarrow==17.0.0; python_version > '3.6'
10-
# pyarrow==6.0.1 is the latest compatible version for pandas-gbq 0.14.1
11-
pyarrow==17.0.0; python_version < '3.7'
4+
pandas==2.2.3; python_version > '3.8'
5+
pandas-gbq==0.24.0
6+
grpcio==1.69.0
7+
pyarrow==17.0.0; python_version <= '3.8'
8+
pyarrow==19.0.0; python_version > '3.9'

0 commit comments

Comments
 (0)