mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
- Fix ruff PLR0915 and F401 lint errors - Fix Prisma schema drift (spec_path, static_headers, extra_headers) - Fix MCP test mocks (tool_name_to_display_name, tool_name_to_description, byok_api_key_help_url) - Fix MCP streamable HTTP handler test (add auth, session, debug mocks) - Fix searchapi MyPy cast error - Fix JWTHandler litellm_jwtauth attribute - Fix Azure GPT-5.1 temperature test - Fix JSON schema test assertions - Fix OpenRouter responses test env var isolation - Fix hosted_vllm embedding test parallel-safety - Fix health check status assertion (connected -> healthy) - Add router coverage tests for _combine_fallback_usage - Add bedrock_mantle and searchapi to provider_endpoints_support.json Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| dist | ||
| litellm_proxy_extras | ||
| tests | ||
| build_and_publish.md | ||
| LICENSE | ||
| migration_runbook.md | ||
| poetry.lock | ||
| pyproject.toml | ||
| 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