Bump pyarrow from 16.1.0 to 23.0.1#13
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [pyarrow](https://github.com/apache/arrow) from 16.1.0 to 23.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@r-16.1.0...apache-arrow-23.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d03b697. Configure here.
| protobuf==3.19.6 | ||
| psutil==6.0.0 | ||
| pyarrow==16.1.0 | ||
| pyarrow==23.0.1 |
There was a problem hiding this comment.
PyArrow 23 breaks Python 3.8/3.9
High Severity
Pinning pyarrow==23.0.1 conflicts with the project’s supported Python range: that wheel requires Python 3.10+, while CI and python_requires still include 3.8 and 3.9. install-dev.sh installs this lockfile on all matrix versions, so dependency resolution fails on the older interpreters.
Reviewed by Cursor Bugbot for commit d03b697. Configure here.
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 16.1.0 to 23.0.1.
Release notes
Sourced from pyarrow's releases.
... (truncated)
Commits
82a374eMINOR: [Release] Update versions for 23.0.1c1ae37cMINOR: [Release] Update .deb/.rpm changelogs for 23.0.18f6e557MINOR: [Release] Update CHANGELOG.md for 23.0.14e16a1aGH-49159: [C++][Gandiva] Detect overflow in repeat() (#49160)985621dGH-48817 [R][C++] Bump C++20 in R build infrastructure (#48819)1bea06aGH-49024: [CI] Update Debian version in.env(#49032)147bcd6GH-49156: [Python] Require GIL for string comparison (#49161)e4f922bGH-49138: [Packaging][Python] Remove nightly cython install from manylinux wh...f9376e4GH-49003: [C++] Don't considerout_of_rangean error in float parsing (#49095)ab2c0adGH-49044: [CI][Python] Fix test_download_tzdata_on_windows by adding required...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
A large pyarrow version leap can change native wheels and Arrow/pandas interop used indirectly by datasets, with no code changes to validate behavior in-repo.
Overview
Updates the pinned Apache Arrow Python binding in
requirements.txtfrom 16.1.0 to 23.0.1 (Dependabot). No application or config changes beyond this lockfile line;setup.cfgstill declarespyarrow>=11.0.0for thedatasetsstack.Reviewers should treat this as a multi-major dependency jump and confirm CI/install and any Arrow-backed data paths (e.g. via
datasets) still behave as expected.Reviewed by Cursor Bugbot for commit d03b697. Bugbot is set up for automated code reviews on this repo. Configure here.