Commit 9ebbada
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 announcement1 parent 72ee44e commit 9ebbada
File tree
4 files changed
+2025
-1787
lines changed- backend
- core
4 files changed
+2025
-1787
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments