Skip to content
Open
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
# litellm < 1.84.0 has CVE-2026-49468 (auth bypass via Host header injection).
# Cap < 1.92: 1.92.0 adds a Rust extension with no Windows wheel (maturin
# source build fails); 1.91.3 is the last pure-Python release.
"litellm>=1.84.0,<1.92",
"litellm>=1.84.0,<1.93",
"pydantic>=2.12.5,<3.0",
"pydantic-settings>=2.14.2,<3.0",
"click>=8.1.0,<9.0",
Expand Down