| .. |
|
test_admin_viewer_handler_access.py
|
test: drop the cwd-relative sys.path.insert calls from the test suite (#37802)
|
2026-08-22 09:25:58 -07:00 |
|
test_auth_checks.py
|
Merge pull request #42036 from BerriAI/litellm_team_membership_lookup_fail_closed
|
2026-09-21 14:58:46 -07:00 |
|
test_auth_exception_handler.py
|
fix(proxy): return 422 instead of 429 for BudgetExceededError
|
2026-09-20 06:00:06 +00:00 |
|
test_auth_hot_path_network_requests.py
|
test: drop the cwd-relative sys.path.insert calls from the test suite (#37802)
|
2026-08-22 09:25:58 -07:00 |
|
test_auth_object_prefetch.py
|
fix(auth): keep prefetched org entries on the 5s getter TTL
|
2026-09-14 18:13:49 +00:00 |
|
test_auth_utils.py
|
Merge remote-tracking branch 'origin/main' into litellm_model_access_denied_message
|
2026-09-16 16:27:18 +00:00 |
|
test_banned_params_extra_body.py
|
fix(proxy): ban caller-supplied aws identity selectors in request bodies
|
2026-08-10 22:05:49 -07:00 |
|
test_cli_auth.py
|
test: assert the poll call shape after the timeout refactor
|
2026-08-25 11:00:29 -07:00 |
|
test_custom_auth_end_user_budget.py
|
fix(proxy): keep custom-auth end-user caps under a key default budget
|
2026-09-17 20:31:26 +00:00 |
|
test_fallback_budget.py
|
fix(proxy)!: enforce fallback budget by default
|
2026-09-16 14:15:27 -07:00 |
|
test_fallback_model_access.py
|
feat(proxy): gate fallback model access enforcement behind enforce_fallback_model_access
|
2026-08-27 15:45:10 -07:00 |
|
test_handle_jwt.py
|
fix(auth): preserve scope-admin email policy during status lookup
|
2026-09-19 19:48:53 -07:00 |
|
test_info_routes.py
|
style: run black formatter on files from main merge
|
2026-04-17 13:02:59 -07:00 |
|
test_litellm_license.py
|
fix(license): let a wildcard allowed_features license grant the auto_router feature
|
2026-09-17 15:08:09 -07:00 |
|
test_login_utils.py
|
fix(proxy): reject blank trusted_proxy_ranges entries before they are dropped
|
2026-09-18 11:50:30 +00:00 |
|
test_master_key_boot_check.py
|
refactor(proxy): rename the local development override to dangerously_permit_weak_or_unset_master_key so the name says exactly what it permits
|
2026-09-19 18:53:14 -07:00 |
|
test_mcp_ip_filtering.py
|
fix(proxy): mark session/SSO/SAML cookies Secure behind a TLS-terminating reverse proxy (#39391)
|
2026-09-02 16:42:29 -07:00 |
|
test_model_access_group_budgets.py
|
fix(auth): put TQ008 suppressions on the patch call lines
|
2026-09-14 18:13:49 +00:00 |
|
test_model_checks.py
|
fix(proxy): detach stored credential when model editor selects None (LIT-7597)
|
2026-09-21 19:22:57 +00:00 |
|
test_model_checks_fallbacks.py
|
perf: build log messages lazily so filtered-out log records cost nothing (#35703)
|
2026-08-04 04:34:52 +00:00 |
|
test_multi_budget_windows.py
|
fix(proxy): return 422 instead of 429 for BudgetExceededError
|
2026-09-20 06:00:06 +00:00 |
|
test_network.py
|
fix(proxy): keep mapped-notation trusted proxy ranges matching mapped peers
|
2026-09-17 06:41:23 +00:00 |
|
test_oauth2_proxy_hook.py
|
test: drop the cwd-relative sys.path.insert calls from the test suite (#37802)
|
2026-08-22 09:25:58 -07:00 |
|
test_object_permission_loading.py
|
test: drop the cwd-relative sys.path.insert calls from the test suite (#37802)
|
2026-08-22 09:25:58 -07:00 |
|
test_onboarding.py
|
feat(auth): enforce configurable password policy and SSO-only login (#39381)
|
2026-09-02 14:28:13 -07:00 |
|
test_organization_budget_enforcement.py
|
test: drop the cwd-relative sys.path.insert calls from the test suite (#37802)
|
2026-08-22 09:25:58 -07:00 |
|
test_password_hashing.py
|
chore: fixes
|
2026-03-30 18:36:58 -07:00 |
|
test_password_policy.py
|
feat(auth): enforce configurable password policy and SSO-only login (#39381)
|
2026-09-02 14:28:13 -07:00 |
|
test_resolvers_exceptions.py
|
feat(auth): resolve caller identity once into a Principal at the auth seam (#30887)
|
2026-06-20 18:49:41 -07:00 |
|
test_resolvers_grants.py
|
test(auth): model the membership row read in the fakes the loader now reaches
|
2026-09-19 16:32:22 -07:00 |
|
test_resolvers_models.py
|
feat(auth): resolve caller identity once into a Principal at the auth seam (#30887)
|
2026-06-20 18:49:41 -07:00 |
|
test_resolvers_seam.py
|
feat(auth): resolve caller identity once into a Principal at the auth seam (#30887)
|
2026-06-20 18:49:41 -07:00 |
|
test_resolvers_store.py
|
feat(auth): resolve caller identity once into a Principal at the auth seam (#30887)
|
2026-06-20 18:49:41 -07:00 |
|
test_route_checks.py
|
test(proxy): document why the release info route check asserts by not raising
|
2026-09-20 09:54:29 +00:00 |
|
test_router_override_fallback_auth.py
|
chore(proxy): clean up request parameter validation and provider destination handling (#34189)
|
2026-07-22 00:57:58 +00:00 |
|
test_team_grants.py
|
feat(team): team-level model_max_budget with key-level overrides
|
2026-09-16 00:40:58 +00:00 |
|
test_team_member_budget.py
|
Fix team member budget enforcement without user row (#27273)
|
2026-05-06 11:42:29 -07:00 |
|
test_unmapped_model_budget_enforcement.py
|
fix(router): never price a strategy-router alias (#36691)
|
2026-08-12 14:26:30 -07:00 |
|
test_user_api_key_auth.py
|
fix(auth): enforce SCIM status for admin JWTs and refresh SCIM caches
|
2026-09-19 19:33:47 -07:00 |