mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
Resolved conflicts: - litellm/proxy/_types.py: combine HEAD's tag routes and staging's compliance_check_routes into internal_user_view_only_routes. - litellm/proxy/management_endpoints/tag_management_endpoints.py: keep HEAD's early dynamic_tag_rows query (needed for scope) and fold in staging's start_date/end_date filter; drop staging's now-duplicate dynamic-tags block. - tests/test_litellm/proxy/management_endpoints/test_tag_management_endpoints.py: keep both branches' new tests as separate functions. Also drop the local _is_internal_user_role helper in favor of the existing LitellmUserRoles.is_internal_user_role property. |
||
|---|---|---|
| .. | ||
| test_admin_viewer_handler_access.py | ||
| test_auth_checks.py | ||
| test_auth_exception_handler.py | ||
| test_auth_hot_path_network_requests.py | ||
| test_auth_utils.py | ||
| test_cli_auth.py | ||
| test_custom_auth_end_user_budget.py | ||
| test_handle_jwt.py | ||
| test_info_routes.py | ||
| test_litellm_license.py | ||
| test_login_utils.py | ||
| test_mcp_ip_filtering.py | ||
| test_model_checks.py | ||
| test_model_checks_fallbacks.py | ||
| test_multi_budget_windows.py | ||
| test_oauth2_proxy_hook.py | ||
| test_object_permission_loading.py | ||
| test_onboarding.py | ||
| test_organization_budget_enforcement.py | ||
| test_password_hashing.py | ||
| test_route_checks.py | ||
| test_router_override_fallback_auth.py | ||
| test_team_member_budget.py | ||
| test_unmapped_model_budget_enforcement.py | ||
| test_user_api_key_auth.py | ||