Commit 8ea082e
fix(deps): relax pydantic pin to >=2.12.5 to satisfy litellm 1.83.10
litellm 1.83.10 requires pydantic==2.12.5, but requirements.txt had
pydantic==2.11.3 hard-pinned, causing pip ResolutionImpossible on
fresh CI installs. Local venv had pydantic from earlier session, so
the conflict was masked.
fastapi 0.115.12 (>=1.7.4, <3.0.0) and pydantic-settings 2.9.1
(>=2.7.0) both accept 2.12.5, so range >=2.12.5,<3 satisfies all.
Local 154 tests still pass with bumped pydantic.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f40585e commit 8ea082e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments