From ce9cf353274d4fd7865ec6a1063afba96de63f64 Mon Sep 17 00:00:00 2001 From: Simo Lin Date: Sun, 10 Aug 2025 06:45:51 -0700 Subject: [PATCH] [router] update pyo3 version to 0.25.1 (#9022) --- sgl-router/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgl-router/Cargo.toml b/sgl-router/Cargo.toml index 67865f268..1b85576c0 100644 --- a/sgl-router/Cargo.toml +++ b/sgl-router/Cargo.toml @@ -20,7 +20,7 @@ rand = "0.9.2" reqwest = { version = "0.12.8", features = ["stream", "blocking", "json"] } futures-util = "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" http = "1.1.0" tokio = { version = "1.42.0", features = ["full"] }