Skip to content

Commit 9ebbada

Browse files
Mini256NG85
authored andcommitted
chore: upgrade litellm to 1.77.5+ to support latest OpenAI models (pingcap#707)
- 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` 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 - Updated `backend/pyproject.toml`: `litellm>=1.77.5` - Updated `core/pyproject.toml`: `litellm>=1.77.5` - Regenerated lock files with `uv sync` - ✅ Verified litellm imports successfully - ✅ Verified OpenAILike integration works - ✅ Confirmed versions: backend (1.80.0), core (1.80.13) - LiteLLM v1.77.5 release notes: https://docs.litellm.ai/release_notes/v1-77-5 - OpenAI GPT-5.2 announcement
1 parent 72ee44e commit 9ebbada

File tree

4 files changed

+2025
-1787
lines changed

4 files changed

+2025
-1787
lines changed

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
"prometheus-fastapi-instrumentator>=7.1.0",
7373
]
7474

0 commit comments

Comments
 (0)