[router] migrate to rust python module for pythonic parser (#11033)

This commit is contained in:
Simo Lin
2025-09-28 14:48:59 -04:00
committed by GitHub
parent abb6781573
commit 336e9a6058
4 changed files with 284 additions and 780 deletions

View File

@@ -71,6 +71,8 @@ rmcp = { version = "0.6.3", features = ["client", "server",
serde_yaml = "0.9"
oracle = { version = "0.6.3", features = ["chrono"] }
subtle = "2.6"
rustpython-parser = "0.4.0"
num-traits = "0.2"
# gRPC and Protobuf dependencies
tonic = { version = "0.12", features = ["tls", "gzip", "transport"] }