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 @@ -99,7 +99,7 @@ dependencies = [
"fastjsonschema (>=2.21.2,<3.0.0)",
"genai-prices==0.0.55", # pin version due to frequent API changes
"jinja2 (>=3.1.5,<4.0.0)",
"litellm==1.82.2", # pin version due to occasional instability between patches and minor versions
"litellm==1.83.0", # pin version due to occasional instability between patches and minor versions (bumped for CVE-2026-35030)
"lxml (>=5.4.0,<7.0.0)",
"openai==2.21.0", # pinned version for stable compatibility with litellm (after issue with 1.100.0)
"pillow (>=11.3.0,<12.0.0)",
Expand Down