Skip to content

Commit

Permalink
Update pyarrow requirement from <18.1 to <18.2
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-18.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent e971b5b commit 3f4658c
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 @@ -115,7 +115,7 @@ all = [
cfr = [
"pandas<2.3",
"polars<1.15",
"pyarrow<18.1",
"pyarrow<18.2",
]
cloud = [
"croud==1.12.0",
Expand Down

0 comments on commit 3f4658c

Please sign in to comment.