v1.90.6 - Prisma Bake for Non-Root Migrations
Deploy this version​
- Docker
- Pip
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:1.90.6
pip install litellm==1.90.6
v1.90.6 is a patch release on top of v1.90.5. Where v1.90.5 restored the litellm-proxy-extras source folder to the runtime images, this release makes those migration assets usable from any account: the prisma CLI and its engines are now baked at /opt/prisma, a fixed path every runtime uid can read. Deployments that run as a non-root user — kubernetes runAsUser, docker --user, and similar — previously had prisma fall back to downloading its engines into a home directory it could not write, so a fresh-database migration failed on hosts with no outbound network access. Migrations now run offline under any uid. The release also carries routine dependency maintenance updates to mcp, pypdf, pydantic-settings, python-multipart, and starlette in the image lockfile.
What's Changed​
- fix(docker): bake prisma CLI and engines at a fixed path so fresh-DB migrations work for any uid offline - PR #33853
Full Changelog​
https://github.com/BerriAI/litellm/compare/v1.90.5...v1.90.6