From 7088988a65f17b8404cedb34c6e1f540bb06e24c Mon Sep 17 00:00:00 2001 From: Evan Date: Tue, 25 Nov 2025 12:13:53 +0000 Subject: [PATCH] bump pyo3 stub-gen --- rust/exo_pyo3_bindings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/exo_pyo3_bindings/Cargo.toml b/rust/exo_pyo3_bindings/Cargo.toml index cab3b731..12803ab4 100644 --- a/rust/exo_pyo3_bindings/Cargo.toml +++ b/rust/exo_pyo3_bindings/Cargo.toml @@ -38,7 +38,7 @@ pyo3 = { version = "0.27.1", features = [ "ordered-float", "rust_decimal", "smallvec", # "anyhow", "chrono", "chrono-local", "chrono-tz", "eyre", "jiff-02", "lock_api", "parking-lot", "time", "serde", ] } -pyo3-stub-gen = { version = "0.16.1" } +pyo3-stub-gen = { version = "0.17.2" } pyo3-async-runtimes = { version = "0.27.0", features = ["attributes", "tokio-runtime", "testing"] } pyo3-log = "0.13.2"