build(rust-ocr): workspace deps for async (tokio, pyo3-async-runtimes, async reqwest)

This commit is contained in:
Ishaan Jaffer 2026-06-23 14:16:19 -07:00
parent 38cbeda145
commit 432af7593d
No known key found for this signature in database

View file

@ -15,7 +15,9 @@ repository = "https://github.com/BerriAI/litellm"
litellm-core = { path = "crates/core" }
litellm-providers = { path = "crates/providers" }
pyo3 = "0.23.5"
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
pyo3-async-runtimes = { version = "0.23", features = ["tokio-runtime"] }
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "2.0"
tokio = { version = "1", features = ["rt-multi-thread"] }