From ef1ffaae1d99acbd3683310037ec8b56282e0c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 01:05:57 +0000 Subject: [PATCH] chore(deps)(deps): update pyo3 requirement from 0.21 to 0.29 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.21.0...v0.29.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/quota-router-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/quota-router-core/Cargo.toml b/crates/quota-router-core/Cargo.toml index 8801353e..84ffabab 100644 --- a/crates/quota-router-core/Cargo.toml +++ b/crates/quota-router-core/Cargo.toml @@ -113,7 +113,7 @@ axum = { version = "0.7", optional = true } bytes = { version = "1", optional = true } # PyO3 (for any-llm-mode py_bridge module — calls official Python SDKs) -pyo3 = { version = "0.21", optional = true } +pyo3 = { version = "0.29", optional = true } regex = "1.12.3" base64 = "0.22.1" quick-xml = { version = "0.40.1", features = ["serialize"] }