litellm/tests/test_litellm/proxy/hooks
Ishaan Jaff 2f335ac5a6
[Feat] Dynamic Rate Limiter - allow specifying ttl for in memory cache (#17679)
* fix _get_saturation_value_from_cache

* fix _get_saturation_check_cache_ttl

* fix test_saturation_check_cache_ttl_configuration

* docs saturation_check_cache_ttl
2025-12-08 17:20:52 -08:00
..
test_async_post_call_streaming_iterator_hook.py fix(proxy): async_post_call_streaming_iterator_hook now properly iterates async generators (#17626) 2025-12-07 23:29:42 -08:00
test_dynamic_rate_limiter_v3.py [Feat] Dynamic Rate Limiter - allow specifying ttl for in memory cache (#17679) 2025-12-08 17:20:52 -08:00
test_key_management_event_hooks.py [Bug fix] Secret Managers Integration - Make email and secret manager operations independent in key management hooks (#17551) 2025-12-05 15:26:00 -08:00
test_parallel_request_limiter_v3.py [Bug Fix] Parallel Request Limiter with /messages (#17426) 2025-12-03 14:13:28 -08:00
test_prompt_injection_detection.py fix: prompt injection not working (#16701) 2025-11-17 20:04:57 -08:00
test_proxy_track_cost_callback.py