litellm/tests/test_litellm/proxy
Krish Dholakia 8edcc4ecc3
Guardrails API - add streaming support (#17400)
* fix(initial-commit): adding a way to get the right response type based on the api route

* feat(unified_guardrail.py): support streaming guardrails

* test: update tests

* fix: fix linting errors

* test: update tests
2025-12-02 22:52:09 -08:00
..
_experimental/mcp_server Fix: litellm user auth not passing issue 2025-12-02 11:25:32 +05:30
anthropic_endpoints
auth Fix/organization max budget not enforced (#17334) 2025-12-02 22:46:03 -08:00
client [Feat] AI Gateway Auth - Allow using JWTs for signing in with Proxy CLI (#16756) 2025-11-17 19:47:29 -08:00
common_utils Refactor add_schema_to_components to move definitions to components/schemas and add corresponding unit test (#17389) 2025-12-02 21:57:07 -08:00
db Merge remote-tracking branch 'origin' into litellm_org_usage 2025-11-24 21:14:05 -08:00
experimental/mcp_server
google_endpoints
guardrails Guardrails API - add streaming support (#17400) 2025-12-02 22:52:09 -08:00
health_endpoints Add Langfuse OTEL and SQS to health check (#16514) 2025-11-12 18:25:30 -08:00
hooks fix: prompt injection not working (#16701) 2025-11-17 20:04:57 -08:00
image_endpoints
management_endpoints Fix sso users not added to entra synced team (#17331) 2025-12-01 19:53:30 -08:00
management_helpers
middleware
openai_files_endpoint
pass_through_endpoints Add passthrough cost tracking for veo 2025-12-01 14:33:03 +05:30
prompts TestPromptVersionsEndpoint 2025-11-21 16:21:13 -08:00
public_endpoints Change provider create fields to JSON (#16985) 2025-11-23 21:57:22 -08:00
response_api_endpoints
spend_tracking Merge remote-tracking branch 'origin' into litellm_org_usage 2025-11-20 20:19:16 -08:00
test_configs
ui_crud_endpoints
vector_store_endpoints [Bug fix] Vector Store List Endpoint Returns 404 (#17229) 2025-11-27 12:51:51 -08:00
__init__.py
test_batch_metadata_none_fix.py
test_caching_routes.py
test_common_request_processing.py Revert "fix: respect guardrail mock_response during during_call to return blo…" (#17332) 2025-12-01 15:40:28 -08:00
test_custom_proxy.py
test_fastapi_offline_routes.py
test_health_check_functions.py
test_litellm_pre_call_utils.py Fix key model alias (#16896) 2025-11-20 16:05:49 -08:00
test_model_id_header_propagation.py (fix) propagate x-litellm-model-id in responses (#16986) 2025-11-24 20:40:43 -08:00
test_proxy_cli.py
test_proxy_server.py [Feat] Prompt Management - Allow storing prompt version in DB (#16848) 2025-11-19 13:19:56 -08:00
test_proxy_types.py
test_proxy_utils.py
test_route_llm_request.py
test_shared_health_check.py
test_spend_log_cleanup.py
test_swagger_chat_completions.py
test_team_member_update.py