mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Anthropic structured output: - Fix $ref resolution and additionalProperties for Anthropic output_format - Fixes test_json_response_pydantic_obj, test_json_response_nested_*, test_tool_call_and_json_response_format, test_completion_thinking_with_response_format Test fixes: - test_validate_environment_raises_without_key: clear env vars with monkeypatch - test_stream_chunk_builder_openai_audio_output_usage: fix exception handling and use resilient field-level assertions - test_streamable_http_mcp_handler_mock: add missing auth context patches - test_transcription_on_router: reset file position between API calls - test_metadata_passed_to_custom_callback_codex_models: add try/finally cleanup - Update test docstring to reference MidStreamFallbackError Infrastructure: - Sync proxy-extras schema.prisma with litellm/proxy/schema.prisma - Switch Docker build_from_pip from Alpine to Debian slim (polars needs glibc) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| create_mock_standard_logging_payload.py | ||
| gettysburg.wav | ||
| README.md | ||
| test_completion_no_copy.py | ||
| test_default_deployment_copy.py | ||
| test_get_model_list_alias_optimization.py | ||
| test_pre_call_checks_optimization.py | ||
| test_prompt_management_check.py | ||
| test_router_acancel_batch.py | ||
| test_router_adding_deployments.py | ||
| test_router_batch_utils.py | ||
| test_router_cooldown_utils.py | ||
| test_router_embedding_headers.py | ||
| test_router_embedding_integration.py | ||
| test_router_endpoints.py | ||
| test_router_handle_error.py | ||
| test_router_helper_utils.py | ||
| test_router_index_management.py | ||
| test_router_prompt_caching.py | ||
Router component unit tests.
Please name all files with the word 'router' in them.
This is used to ensure all functions in the router are tested.