chore(deps): bump pyarrow from 21.0.0 to 25.0.0 - #168
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [pyarrow](https://github.com/apache/arrow) from 21.0.0 to 25.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-21.0.0...apache-arrow-25.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 24.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/uv/pyarrow-24.0.0
branch
from
August 5, 2026 06:49
faa38d1 to
32bfba9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps pyarrow from 21.0.0 to 25.0.0.
Release notes
Sourced from pyarrow's releases.
Commits
59bea6eMINOR: [Release] Update versions for 25.0.0381fab6MINOR: [Release] Update .deb/.rpm changelogs for 25.0.07f72d5bMINOR: [Release] Update CHANGELOG.md for 25.0.0fe2f85cGH-50336: [Release][Archery] Fix archery GitHub integration for release scrip...c658548GH-50293: [CI] Run check-labels for all triggers to avoid cancelling further ...f83c8caGH-50330: [C++][R][Parquet] Add missing typename in RleBitPackedDecoderGetRun...35e0f63GH-50318: [R][CI] Install missing libpng-dev for test-r-linux-as-cran (#50328)61ca7a9GH-50295: [C++][R] #include <ranges> in vector_select_k.cc breaks macOS CRAN ...1b6edb8GH-50291: [Python][Packaging] Stop using nightly build dependencies for build...e183ea9MINOR: [Docs] Add Timestamp With Offset to canonical extension types status (...Note
Medium Risk
Four major pyarrow releases (21→25) can affect native wheels and Arrow table behavior for users of optional
framesextras, though core client code does not depend on pyarrow.Overview
Bumps optional
pyarrowfrom 21.0.0 to 25.0.0 and raises the allowed range from>=15,<22to>=15,<26everywhere it is declared (arrow,pandas,polars,quantextras and thedevdependency group).uv.lockis refreshed so installs resolve pyarrow 25.0.0; there are no SDK source changes—only packaging/lock updates. Sphinx entries in the lockfile also lose redundant Python-version markers as part of the re-lock.Reviewed by Cursor Bugbot for commit 32bfba9. Bugbot is set up for automated code reviews on this repo. Configure here.