← back to Exo
bump pyo3 stub-gen
7088988a65f17b8404cedb34c6e1f540bb06e24c · 2025-11-25 12:13:53 +0000 · Evan
Files touched
M rust/exo_pyo3_bindings/Cargo.toml
Diff
commit 7088988a65f17b8404cedb34c6e1f540bb06e24c
Author: Evan <evanev7@gmail.com>
Date: Tue Nov 25 12:13:53 2025 +0000
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"
← 7b3e3fd6 Worker tests 2
·
back to Exo
·
get rid of spammy Finished tokenizing log 63c85e12 →