Skip to content

Commit

Permalink
Update pyarrow requirement from ^13.0.0 to >=13,<15 (#17)
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.
- [Commits](apache/arrow@go/v13.0.0...go/v14.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 50ab3f3 commit e7cc2d3
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 @@ -15,7 +15,7 @@ fastavro = "^1.7.3"
duckdb = ">=0.8.1,<0.10.0"
arrow = "^1.2.3"
cython = "^3.0.2"
pyarrow = "^13.0.0"
pyarrow = ">=13,<15"
python-snappy = "^0.6.1"
tox = "^4.11.3"
polars = "^0.19.11"
Expand Down

0 comments on commit e7cc2d3

Please sign in to comment.