Skip to content

chore(deps): bump pyarrow from 22.0.0 to 23.0.1#30

Merged
joshuanapoli merged 1 commit into
mainfrom
dependabot/uv/pyarrow-23.0.1
Jun 8, 2026
Merged

chore(deps): bump pyarrow from 22.0.0 to 23.0.1#30
joshuanapoli merged 1 commit into
mainfrom
dependabot/uv/pyarrow-23.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps pyarrow from 22.0.0 to 23.0.1.

Release notes

Sourced from pyarrow's releases.

Apache Arrow 23.0.1

Release Notes URL: https://arrow.apache.org/release/23.0.1.html

Apache Arrow 23.0.1 RC0

Release Notes: Release Candidate: 23.0.1 RC0

Apache Arrow 23.0.0

Release Notes URL: https://arrow.apache.org/release/23.0.0.html

Apache Arrow 23.0.0 RC2

Release Notes: Release Candidate: 23.0.0 RC2

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [pyarrow](https://github.com/apache/arrow) from 22.0.0 to 23.0.1.
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@apache-arrow-22.0.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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 5, 2026

@joshuanapoli joshuanapoli left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

Bumps pyarrow to 23.0.1. This repo uses pyarrow only for stable core Table/Schema/IPC APIs (pyarrow.ipc open_file/new_stream/open_stream, pa.Table). PyArrow 23.0.0's only breaking change is removal of the long-deprecated Array.format() method, which is not used anywhere in this repo.

Risks

Low. No removed/changed APIs are touched by our code. All CI checks (including the Arrow IPC tests across the Python matrix) pass on this PR.

Analysis

  • Reviewed the Apache Arrow 23.0.0 release notes: sole Python breaking change is Array.format() removal; core Table/IPC/Schema/RecordBatch APIs are unchanged.
  • Grepped the codebase: no usage of Array.format; pyarrow is used for Arrow IPC serialization only.
  • CI is green on this PR, exercising the Arrow code paths.

@joshuanapoli joshuanapoli merged commit ece633e into main Jun 8, 2026
12 checks passed
@joshuanapoli joshuanapoli deleted the dependabot/uv/pyarrow-23.0.1 branch June 8, 2026 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant