litellm/litellm-proxy-extras
2025-09-19 07:06:15 +09:00
..
dist use litellm-proxy-extras==0.2.18 2025-08-23 13:27:26 -07:00
litellm_proxy_extras fix: stop including spec_version in MCP server registration inserts 2025-09-19 07:06:15 +09:00
tests
LICENSE
poetry.lock
pyproject.toml use litellm-proxy-extras==0.2.18 2025-08-23 13:27:26 -07:00
README.md

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