Skip to content

Commit 7ab4bd0

Browse files
committed
fix(sqlalchemy-bigquery): Bump pyarrow to 6.0.0 for Python 3.10 compatibility
1 parent b1af282 commit 7ab4bd0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/sqlalchemy-bigquery/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def readme():
6464
"grpcio >= 1.47.0, < 2.0.0",
6565
"grpcio >= 1.49.1, < 2.0.0; python_version =='3.11'",
6666
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
67-
"pyarrow >= 5.0.0",
67+
"pyarrow >= 6.0.0",
6868
],
6969
}
7070

packages/sqlalchemy-bigquery/testing/constraints-3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ google-api-core==2.11.1
1212
grpcio==1.47.0
1313
numpy==1.26.4
1414
alembic==1.7.7
15-
pyarrow==5.0.0
15+
pyarrow==6.0.0

0 commit comments

Comments
 (0)