From d65271b7de0db1b92b1ce4dcc5b6a5b9aa19586e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:25:40 +0000 Subject: [PATCH 1/3] build(deps): update pyo3 requirement from 0.27.1 to 0.28.0 Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.27.1...v0.28.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arrow-pyarrow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-pyarrow/Cargo.toml b/arrow-pyarrow/Cargo.toml index c508cabcfee8..f7b7a42bf903 100644 --- a/arrow-pyarrow/Cargo.toml +++ b/arrow-pyarrow/Cargo.toml @@ -39,4 +39,4 @@ all-features = true arrow-array = { workspace = true, features = ["ffi"] } arrow-data = { workspace = true } arrow-schema = { workspace = true } -pyo3 = { version = "0.27.1", default-features = false } +pyo3 = { version = "0.28.0", default-features = false } From 7291fe8b84654f826b14df82c7de02e6878e0351 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 3 Feb 2026 17:09:20 -0500 Subject: [PATCH 2/3] Update teting crate --- arrow-pyarrow-testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-pyarrow-testing/Cargo.toml b/arrow-pyarrow-testing/Cargo.toml index b38af3c3b49c..87e291c35ab8 100644 --- a/arrow-pyarrow-testing/Cargo.toml +++ b/arrow-pyarrow-testing/Cargo.toml @@ -48,4 +48,4 @@ publish = false # Note no dependency on arrow, to ensure arrow-pyarrow can be used by itself arrow-array = { path = "../arrow-array" } arrow-pyarrow = { path = "../arrow-pyarrow" } -pyo3 = { version = "0.27.1", default-features = false } +pyo3 = { version = "0.28.0", default-features = false } From a37abaeb38f19188438a8bde5da3533806a95cb4 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 3 Feb 2026 17:12:20 -0500 Subject: [PATCH 3/3] Update pyarrow-testing crate --- arrow-pyarrow-integration-testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-pyarrow-integration-testing/Cargo.toml b/arrow-pyarrow-integration-testing/Cargo.toml index 1fa4197f5157..25a459936391 100644 --- a/arrow-pyarrow-integration-testing/Cargo.toml +++ b/arrow-pyarrow-integration-testing/Cargo.toml @@ -34,4 +34,4 @@ crate-type = ["cdylib"] [dependencies] arrow = { path = "../arrow", features = ["pyarrow"] } -pyo3 = { version = "0.27.1", features = ["extension-module"] } +pyo3 = { version = "0.28.0", features = ["extension-module"] }