Skip to content

Commit 1e29987

Browse files
authored
INTPYTHON-694 Support PyArrow 21.0 (#337)
1 parent fb2d5d7 commit 1e29987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
# Needed for numpy headers.
77
"numpy>=2.0",
88
# Must be kept in sync with "project.dependencies" below.
9-
"pyarrow>=20.0,<20.1.0",
9+
"pyarrow>=21.0,<21.1.0",
1010
]
1111

1212
[project]
@@ -37,7 +37,7 @@ readme = "README.md"
3737
requires-python = ">=3.9"
3838
dependencies = [
3939
# Must be kept in sync with "build_sytem.requires" above.
40-
"pyarrow >=20.0,<20.1",
40+
"pyarrow >=21.0,<21.1",
4141
"pymongo >=4.4,<5",
4242
"numpy>=2.0.1",
4343
"packaging >=23.2",

0 commit comments

Comments
 (0)