v1.91.4 - Docker Migration Assets & Prisma Bake
Deploy this version​
- Docker
- Pip
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:1.91.4
pip install litellm==1.91.4
v1.91.4 is a patch release on top of v1.91.3. It backports two Docker fixes onto the 1.91.x line. The first restores the /app/litellm-proxy-extras source directory in the runtime images, so downstream migration jobs that point prisma migrate deploy at that path apply migrations again instead of silently succeeding with no schema. The second bakes the prisma CLI and engines at /opt/prisma, a fixed path every runtime uid can read, so fresh-database migrations work under kubernetes runAsUser, docker --user, and other non-root deployments with no network access. The release also carries routine dependency maintenance updates to mcp and soupsieve in the image lockfile.
What's Changed​
- fix(docker): restore litellm-proxy-extras source dir in runtime images - PR #33592
- 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.91.3...v1.91.4