mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Key and team router_settings set enable_tag_filtering on the request kwargs, and get_deployments_for_tag already treats that as authoritative, but _select_pre_routing_strategy only consulted the router-wide flag, so tagged auto-router markers still captured untagged requests from keys that enabled filtering. The e2e auto-router module now enables tag filtering through key-level router_settings instead of flipping /config/update module-wide, which was denying concurrently running tagged requests from other suites on the shared per-build CI proxy. |
||
|---|---|---|
| .. | ||
| complexity_router_client.py | ||
| conftest.py | ||
| reliability_support.py | ||
| test_auto_router_regressions_e2e.py | ||
| test_complexity_router_e2e.py | ||
| test_reliability_cache_e2e.py | ||
| test_reliability_fallbacks_e2e.py | ||
| test_reliability_timeouts_e2e.py | ||