Skip to content

Commit f34f9a6

Browse files
Build: Bump pyarrow from 19.0.1 to 20.0.0
Bumps [pyarrow](https://github.com/apache/arrow) from 19.0.1 to 20.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-19.0.1...apache-arrow-20.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 20.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 82e025e commit f34f9a6

File tree

2 files changed

+58
-45
lines changed

2 files changed

+58
-45
lines changed

poetry.lock

+57-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pyparsing = ">=3.1.0,<4.0.0"
6262
zstandard = ">=0.13.0,<1.0.0"
6363
tenacity = ">=8.2.3,<10.0.0"
6464
pyroaring = ">=1.0.0,<2.0.0"
65-
pyarrow = { version = ">=17.0.0,<20.0.0", optional = true }
65+
pyarrow = { version = ">=17.0.0,<21.0.0", optional = true }
6666
pandas = { version = ">=1.0.0,<3.0.0", optional = true }
6767
duckdb = { version = ">=0.5.0,<2.0.0", optional = true }
6868
ray = [

0 commit comments

Comments
 (0)