diff --git a/litellm-rust/crates/python-bridge/Cargo.toml b/litellm-rust/crates/python-bridge/Cargo.toml index 80b6478daac..1b6ba026a85 100644 --- a/litellm-rust/crates/python-bridge/Cargo.toml +++ b/litellm-rust/crates/python-bridge/Cargo.toml @@ -13,4 +13,7 @@ crate-type = ["cdylib"] litellm-core.workspace = true litellm-providers.workspace = true pyo3 = { workspace = true, features = ["extension-module"] } +pyo3-async-runtimes.workspace = true +serde.workspace = true serde_json.workspace = true +tokio.workspace = true