litellm/litellm-proxy-extras
Ishaan Jaffer 676e362d43 bump extrs
2026-01-07 14:40:30 +05:30
..
dist bump extrs 2026-01-07 14:40:30 +05:30
litellm_proxy_extras feat: allow_all_keys to mcp server 2026-01-05 15:49:09 +09:00
tests
LICENSE
migration_runbook.md dics Database Migration Runbook 2025-09-26 19:49:35 -07:00
poetry.lock bump extras 2025-11-26 11:47:29 -08:00
pyproject.toml bump extrs 2026-01-07 14:40:30 +05:30
README.md fix: docs 2025-05-10 17:37:04 -07:00

Additional files for the proxy. Reduces the size of the main litellm package.

Currently, only stores the migration.sql files for litellm-proxy.

To install, run:

pip install litellm-proxy-extras

OR

pip install litellm[proxy] # installs litellm-proxy-extras and other proxy dependencies

To use the migrations, run:

litellm --use_prisma_migrate