From 72a03bcbfbf2623b8d3d9f95e64fea35207396c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 01:08:57 +0000 Subject: [PATCH] chore(deps): update pyo3 requirement from 0.25.1 to 0.26.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.25.1...v0.25.1) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.25.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index dcc009d3b6..d6385410c7 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -63,7 +63,7 @@ jemallocator = { version = "0.5", features = [ jemallocator = { version = "0.5", features = ["disable_initial_exec_tls"] } [dependencies.pyo3] -version = "0.25.1" +version = "0.26.0" features = ["extension-module", "abi3", "abi3-py39"] [dependencies.deltalake]