bump pyo3 stub-gen

This commit is contained in:
Evan
2025-11-25 12:13:53 +00:00
parent 7b3e3fd66c
commit 7088988a65

View File

@@ -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"