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

Commit 0f6be67

Browse files
willsthompsonpartheatswast
authored
fix(deps): allow pyarrow version 7+ (#479)
* feat: Support PyArrow versions 3.0.0 through 9 (#479) * allow pyarrow < 10 * remove top constraint Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Tim Swast <swast@google.com>
1 parent a050ccf commit 0f6be67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def readme():
8585
"google-auth>=1.25.0,<3.0.0dev", # Work around pip wack.
8686
"google-cloud-bigquery>=2.25.2,<4.0.0dev",
8787
"google-cloud-bigquery-storage>=2.0.0,<3.0.0dev",
88-
"pyarrow>=3.0.0,<7.0dev",
88+
"pyarrow>=3.0.0",
8989
"sqlalchemy>=1.2.0",
9090
"future",
9191
],

0 commit comments

Comments
 (0)