Unverified Commit ce9cf353 authored by Simo Lin's avatar Simo Lin Committed by GitHub
Browse files

[router] update pyo3 version to 0.25.1 (#9022)

parent f8a173bb
...@@ -20,7 +20,7 @@ rand = "0.9.2" ...@@ -20,7 +20,7 @@ rand = "0.9.2"
reqwest = { version = "0.12.8", features = ["stream", "blocking", "json"] } reqwest = { version = "0.12.8", features = ["stream", "blocking", "json"] }
futures-util = "0.3" futures-util = "0.3"
futures = "0.3" futures = "0.3"
pyo3 = { version = "0.22.5", features = ["extension-module"] } pyo3 = { version = "0.25.1", features = ["extension-module"] }
dashmap = "6.1.0" dashmap = "6.1.0"
http = "1.1.0" http = "1.1.0"
tokio = { version = "1.42.0", features = ["full"] } tokio = { version = "1.42.0", features = ["full"] }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment