Skip to content

Commit 249bc77

Browse files
committed
feat: Support PyArrow versions 3.0.0 through 9
1 parent e894dfa commit 249bc77

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,<=9",
8989
# Temporarily set maximimum sqlalchemy to a known-working version while
9090
# we debug failing compliance tests. See:
9191
# https://github.com/googleapis/python-bigquery-sqlalchemy/issues/386

0 commit comments

Comments
 (0)