Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 4340f53

Browse files
renovate-bottswast
andauthored
chore(deps): update dependency pyarrow to v22 (#972)
* chore(deps): update dependency pyarrow to v22 * don't upgrade on 3.9 Updated pyarrow version constraints based on Python version. --------- Co-authored-by: Tim Sweña (Swast) <swast@google.com>
1 parent a529505 commit 4340f53

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

samples/snippets/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ google-cloud-bigquery-storage==2.33.1
22
google-cloud-bigquery==3.38.0
33
pandas-gbq==0.29.2
44
pandas==2.3.3
5-
pyarrow==21.0.0
5+
pyarrow==21.0.0; python_version <= "3.9"
6+
pyarrow==22.0.0; python_version > "3.9"

0 commit comments

Comments
 (0)