Skip to content

Commit

Permalink
Update pyarrow requirement from <18.2 to <19.1
Browse files Browse the repository at this point in the history
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-0.1.0...apache-arrow-19.0.0)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and amotl committed Jan 20, 2025
1 parent cace8e9 commit 0605721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ optional-dependencies.all = [
optional-dependencies.cfr = [
"pandas<2.3",
"polars<1.20",
"pyarrow<18.2",
"pyarrow<19.1",
]
optional-dependencies.cloud = [
"croud==1.13.0",
Expand Down

0 comments on commit 0605721

Please sign in to comment.