From 79b7400d1a48f1d3c140e12d4a36c62a9fbc4da6 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 6 Jul 2026 11:54:53 +0100 Subject: [PATCH] Update PyO3 to 0.29 Addresses RUSTSEC-2026-0176 and RUSTSEC-2026-0177. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df3235c5..dc04f374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ python = [ ] [dependencies] -pyo3 = { version = "0.28.3", default-features = false, features = [ +pyo3 = { version = "0.29.0", default-features = false, features = [ "extension-module", "macros", ], optional = true }