mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
* feat: port OCR providers to Rust gateway * chore(deps): update langgraph checkpoint lock * ci: scope ruff format check to changed files * ci: fix OCR lint and patch coverage * fix(ocr): block mapped IPv6 fetch targets * test(ocr): include rust bridge coverage in OCR shard * ci: rerun responses shard
18 lines
448 B
TOML
18 lines
448 B
TOML
[package]
|
|
name = "litellm-python-bridge"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
name = "_native"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
litellm-core.workspace = true
|
|
litellm-ai-gateway = { workspace = true, default-features = false }
|
|
pyo3 = { workspace = true, features = ["extension-module"] }
|
|
pyo3-async-runtimes.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|