fix: bump litellm to >=1.83.0 for CVEs#6055
Conversation
cd35891 to
83fde1a
Compare
✱ Stainless preview buildsThis PR will update the Edit this comment to update it. It will appear in the SDK's changelogs. ✅ llama-stack-client-python studio · conflict
✅ llama-stack-client-node studio · conflict
✅ llama-stack-client-go studio · conflict
✅ llama-stack-client-openapi studio · code · diff
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
cdoern
left a comment
There was a problem hiding this comment.
why are the SDK yml files modified? is litellm in the pyproject? If so, please use pre-commit to regenerate the uv lock.
I added them back |
|
this is all failing because of build issues with ogx-client, lgtm |
| file: | ||
| type: string | ||
| format: binary | ||
| contentMediaType: application/octet-stream |
There was a problem hiding this comment.
wait why are these modified still?
There was a problem hiding this comment.
The spec changes in my PR are from the FastAPI 0.121 -> 0.136 bump in the starlette PR #5988. I think the spec codegen hook failed on that run for the same schema change, but the files weren't regenerated. should I include the regen in my PR or should we skip it like 5988 did?
6c081f1 to
0d06746
Compare
…VE-2026-40217, CVE-2026-42271) GHSA-53mr-6c8q-9789 GHSA-jjhc-v7c2-5hh6 GHSA-wxxx-gvqv-xp7p GHSA-v4p8-mg3p-g94g Only applies to release-0.4.x; litellm removed on main and release-0.7.x. Signed-off-by: Matthew F Leader <mleader@redhat.com>
0d06746 to
cd9ef80
Compare
What does this PR do?
Bump litellm to >=1.83.0 in provider registry to address three security vulnerabilities:
Only applies to release-0.4.x; litellm was removed on main and release-0.7.x.
Test Plan
No functional changes. Version floor pin only.