Skip to content

Commit

Permalink
Update pyarrow requirement from <16.1 to <17.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...go/v17.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent 7e9f136 commit 3db014c
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 @@ -111,7 +111,7 @@ all = [
]
cfr = [
"pandas<2.2",
"pyarrow<16.1",
"pyarrow<17.1",
]
cloud = [
"croud==1.11.1",
Expand Down

0 comments on commit 3db014c

Please sign in to comment.