From 2f84870362e961cddc8f16b63cb300129fa2ac44 Mon Sep 17 00:00:00 2001 From: omarsherif0 Date: Mon, 13 Apr 2026 21:24:55 +0000 Subject: [PATCH] fix(proxy): preserve dynamic valid models in /v1/models filtering --- tests/test_litellm/proxy/auth/test_model_checks.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test_litellm/proxy/auth/test_model_checks.py b/tests/test_litellm/proxy/auth/test_model_checks.py index 18b553156e7..315fd5d1914 100644 --- a/tests/test_litellm/proxy/auth/test_model_checks.py +++ b/tests/test_litellm/proxy/auth/test_model_checks.py @@ -1,10 +1,5 @@ -from unittest.mock import AsyncMock, patch - import pytest -from litellm.proxy._types import LiteLLM_TeamTable, LiteLLM_UserTable, Member -from litellm.proxy.auth.handle_jwt import JWTAuthManager - def test_get_team_models_for_all_models_and_team_only_models(): from litellm.proxy.auth.model_checks import get_team_models