From 8a8c24e391f8c2fcf94236f7e00527bb4a6138df Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 8 Nov 2025 17:25:13 -0800 Subject: [PATCH] ci/cd new deploy --- litellm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/__init__.py b/litellm/__init__.py index a879e1e6388..5f3b1156c92 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -7,7 +7,7 @@ warnings.filterwarnings("ignore", message=".*conflict with protected namespace.* warnings.filterwarnings( "ignore", message=".*Accessing the.*attribute on the instance is deprecated.*" ) -### INIT VARIABLES ###################### +### INIT VARIABLES ####################### import threading import os from typing import (