Skip to content

Commit bf93b89

Browse files
Update pyarrow requirement in /bindings/python
Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-18.0.0...apache-arrow-19.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f370eea commit bf93b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
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>=18.0,<19.1.0",
1010
]
1111

1212
[project]

0 commit comments

Comments
 (0)