From 5c9766990d36747ce5bc8c48afa58d69b0e9cc8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 08:34:02 +0000 Subject: [PATCH] chore(deps): update pyo3 requirement from 0.28.3 to 0.29.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.28.3...v0.28.3) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index 4b91a4e..a3d552e 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -30,7 +30,7 @@ napi = { version = "3.9.0", default-features = false, features = [ "tokio_rt", ], optional = true } napi-derive = { version = "3.5.6", optional = true } -pyo3 = { version = "0.28.3", features = [ +pyo3 = { version = "0.29.0", features = [ "experimental-async", ], optional = true } pyo3-async-runtimes = { version = "0.28.0", features = [