From 9a16f03f3283e8e568fb0a52a3b217aaa3f1aeaf Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 11 Feb 2026 05:12:26 +0000 Subject: [PATCH] chore(deps): update pyo3 requirement from 0.24 to 0.24.2 Updates the minimum version requirement for pyo3 from 0.24 to 0.24.2 to ensure the latest patch release with bug fixes is used. https://claude.ai/code/session_019xH1yF9ESA5fEk8AsD9rsp --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d230592..08d6cfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,5 +83,5 @@ tracing = "0.1" serial_test = "3" # Python bindings -pyo3 = { version = "0.24", features = ["extension-module", "generate-import-lib"] } +pyo3 = { version = "0.24.2", features = ["extension-module", "generate-import-lib"] } pyo3-async-runtimes = { version = "0.24", features = ["tokio-runtime"] }