Skip to content

Commit 55ee479

Browse files
Update pyarrow requirement from <25,>=9 to >=9,<26
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@go/v9.0.0...apache-arrow-25.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d3e5eeb commit 55ee479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"pandas>= 1.4,< 3.1",
2727
"platformdirs>3.0,<4.11",
2828
"polars>=1.39.3,<1.43",
29-
"pyarrow>=9,<25",
29+
"pyarrow>=9,<26",
3030
"s3fs>=2022.11.0, <2026.7.0",
3131
"tzdata>=2022.7;platform_system=='Windows'",
3232
"click>8,<9",

0 commit comments

Comments
 (0)