From 16a5b4ff8a8a5d385ebc7e5190703bbe6ec0d2eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 00:36:19 +0000 Subject: [PATCH] fix(deps): update rust crate pyo3 to 0.29.0 --- bindings/python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index e2cdc6c..38819c0 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -13,7 +13,7 @@ description = "Python bindings for pink" [dependencies] codegen-sdk-analyzer = { workspace = true } codegen-sdk-resolution = { workspace = true } -pyo3 = { version = "0.25.1", features = ["anyhow", "extension-module"] } +pyo3 = { version = "0.29.0", features = ["anyhow", "extension-module"] } pyo3-log = "0.12.4" pyo3-bytes = "0.3.0" codegen-sdk-common = { workspace = true }