Skip to content

Commit ac279ad

Browse files
INTPYTHON-489 Update pyarrow requirement from <18.1,>=18.0 to >=19.0,<19.1 in /bindings/python (#277)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent f370eea commit ac279ad

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>=18.0,<18.1.0",
9+
"pyarrow>=19.0,<19.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 >=18.0,<18.1",
40+
"pyarrow >=19.0,<19.1",
4141
"pymongo >=4.4,<5",
4242
"pandas >=1.3.5,<3",
4343
"packaging >=23.2",

0 commit comments

Comments
 (0)