Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ dependencies = [
# >=1.84.0 is the security floor: it patches the proxy auth-bypass /
# SSTI / SQLi / RCE advisories (GHSA-4xpc-pv4p-pm3w and siblings).
"litellm>=1.84.0,<2.0.0",
# LiteLLM's tool-call path imports orjson at runtime, but only declares it
# through its larger proxy extra.
"orjson>=3.11.6,<4.0",
"tqdm>=4.0.0,<5.0.0",
# Remote rollout SDK dependencies
"httpx>=0.25.0,<1.0.0",
Expand Down
55 changes: 55 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading