From 38cbeda145db0c3f6faa0bf14245dc2e5bb6ee94 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Tue, 23 Jun 2026 14:16:19 -0700 Subject: [PATCH] build(rust-ocr): bridge deps (pyo3-async-runtimes, tokio, serde) --- litellm-rust/crates/python-bridge/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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