Skip to content

Commit d90f10c

Browse files
authored
chore: upgrade litellm to 1.77.5+ to support latest OpenAI models (#707)
## Summary - Upgrade litellm dependency to version 1.77.5+ to support newer OpenAI models - Backend: litellm `1.67.4` → `1.80.0` - Core: litellm `1.61.11` → `1.80.13` ## Motivation The current litellm version doesn't recognize newer OpenAI models like GPT-5.2 series, causing "Unknown model" errors when using OpenAI-like providers. This update adds support for: - GPT-5.2 series models (gpt-5.2-instant, gpt-5.2-thinking, gpt-5.2-pro) - Other recent OpenAI model releases - Improved compatibility with latest model APIs ## Changes - Updated `backend/pyproject.toml`: `litellm>=1.77.5` - Updated `core/pyproject.toml`: `litellm>=1.77.5` - Regenerated lock files with `uv sync` ## Testing - ✅ Verified litellm imports successfully - ✅ Verified OpenAILike integration works - ✅ Confirmed versions: backend (1.80.0), core (1.80.13) ## References - LiteLLM v1.77.5 release notes: https://docs.litellm.ai/release_notes/v1-77-5 - OpenAI GPT-5.2 announcement
1 parent c1b6ac1 commit d90f10c

4 files changed

Lines changed: 2025 additions & 1787 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies = [
6868
"llama-index-llms-vertex>=0.4.2",
6969
"socksio>=1.0.0",
7070
"dspy>=2.6.21",
71-
"litellm>=1.67.4",
71+
"litellm>=1.77.5",
7272
]
7373

7474

0 commit comments

Comments
 (0)