From 99031bf8b6b8bbf7d2ce33aca34cbe975de3dab2 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 23 Jul 2025 13:50:36 -0700 Subject: [PATCH] ci/cd new release --- litellm/__init__.py | 4 ++-- tests/local_testing/test_router_fallbacks.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/litellm/__init__.py b/litellm/__init__.py index 80662923e6..48610203c3 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -83,10 +83,10 @@ if litellm_mode == "DEV": # Register async client cleanup to prevent resource leaks register_async_client_cleanup() -################################################### +#################################################### if set_verbose == True: _turn_on_debug() -################################################### +#################################################### ### Callbacks /Logging / Success / Failure Handlers ##### CALLBACK_TYPES = Union[str, Callable, CustomLogger] input_callback: List[CALLBACK_TYPES] = [] diff --git a/tests/local_testing/test_router_fallbacks.py b/tests/local_testing/test_router_fallbacks.py index b17825ab22..5463374268 100644 --- a/tests/local_testing/test_router_fallbacks.py +++ b/tests/local_testing/test_router_fallbacks.py @@ -1165,7 +1165,7 @@ async def test_router_content_policy_fallbacks( { "model_name": "my-general-model", "litellm_params": { - "model": "claude-2.1", + "model": "anthropic/claude-3-5-sonnet-latest", "api_key": "", "mock_response": Exception("Should not have called this."), },