mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
- tests/test_utils.py: add supports_none_reasoning_effort and supports_xhigh_reasoning_effort to INTENDED_SCHEMA so test_aaamodel_prices_and_context_window_json_is_valid passes - tests/test_azure_gpt5_transformation.py: fix temperature=0.6 → 1 (gpt-5.1 only accepts temperature=1 unconditionally) - migrations: add 20260306000000_readd_spec_path_to_mcp_servers to re-add spec_path column dropped in 20260224 but still in schema.prisma - litellm/llms/searchapi/search/transformation.py: cast result_data["q"] to str to fix mypy arg-type error - litellm/proxy/auth/handle_jwt.py: initialize litellm_jwtauth with default LiteLLM_JWTAuth() in __init__ to fix AttributeError when jwt_handler.update_environment() has not been called Co-Authored-By: Claude Sonnet 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