Skip to content

Commit 5af7a75

Browse files
feat(python): expose libsy run stream
Signed-off-by: nachiketb <nachiketb@nvidia.com>
1 parent 0151621 commit 5af7a75

7 files changed

Lines changed: 374 additions & 226 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/switchyard-py/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ name = "_switchyard_rust"
1616
crate-type = ["cdylib", "rlib"]
1717

1818
[dependencies]
19-
async-trait.workspace = true
19+
futures.workspace = true
2020
http.workspace = true
2121
switchyard-libsy.workspace = true
22-
switchyard-llm-client.workspace = true
2322
pyo3 = { version = "0.28.3", features = ["abi3-py310", "extension-module"] }
2423
pyo3-async-runtimes = { version = "0.28", features = ["tokio-runtime"] }
2524
pythonize = "0.28.0"

0 commit comments

Comments
 (0)