From 443fea43465997cb5ff1a8036be34a6b30d9e3a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 09:14:27 +0000 Subject: [PATCH] chore(deps): bump the pyo3 group in /bindings/python with 3 updates Updates the requirements on [pyo3](https://github.com/pyo3/pyo3), [pyo3-async-runtimes](https://github.com/PyO3/pyo3-async-runtimes) and [pyo3-stub-gen](https://github.com/Jij-Inc/pyo3-stub-gen) to permit the latest version. Updates `pyo3` to 0.27.2 - [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.2...v0.27.2) Updates `pyo3-async-runtimes` to 0.28.0 - [Release notes](https://github.com/PyO3/pyo3-async-runtimes/releases) - [Changelog](https://github.com/PyO3/pyo3-async-runtimes/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyO3/pyo3-async-runtimes/compare/v0.27.0...v0.28.0) Updates `pyo3-stub-gen` to 0.22.3 - [Release notes](https://github.com/Jij-Inc/pyo3-stub-gen/releases) - [Commits](https://github.com/Jij-Inc/pyo3-stub-gen/compare/0.17.0...0.22.3) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.27.2 dependency-type: direct:production dependency-group: pyo3 - dependency-name: pyo3-async-runtimes dependency-version: 0.28.0 dependency-type: direct:production dependency-group: pyo3 - dependency-name: pyo3-stub-gen dependency-version: 0.22.3 dependency-type: direct:production dependency-group: pyo3 ... Signed-off-by: dependabot[bot] --- bindings/python/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 3f1cfab7c164..251a26722fc4 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -212,9 +212,9 @@ opendal = { version = ">=0", path = "../../core", features = [ "blocking", "layers-mime-guess", ] } -pyo3 = { version = "0.27.2", features = ["generate-import-lib", "jiff-02"] } -pyo3-async-runtimes = { version = "0.27.0", features = ["tokio-runtime"] } -pyo3-stub-gen = { version = "0.17" } +pyo3 = { version = "0.28.3", features = ["generate-import-lib", "jiff-02"] } +pyo3-async-runtimes = { version = "0.28.0", features = ["tokio-runtime"] } +pyo3-stub-gen = { version = "0.22" } tokio = "1" [profile.release]