From 225e9f3d552d190a3042f1081bcc17e6f599d151 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 10 Jul 2025 18:45:56 -0700 Subject: [PATCH] ci/cd new release --- litellm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/__init__.py b/litellm/__init__.py index 42af2946cf2..a4ad0e7638f 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -2,7 +2,7 @@ import warnings warnings.filterwarnings("ignore", message=".*conflict with protected namespace.*") -### INIT VARIABLES ################### +### INIT VARIABLES #################### import threading import os from typing import Callable, List, Optional, Dict, Union, Any, Literal, get_args