From 075f3537f6b3082394f820cb8cb6cc5dc67e975d Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 21 Mar 2025 21:03:42 -0700 Subject: [PATCH] bump version --- litellm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/__init__.py b/litellm/__init__.py index 762a058c7ec..25da6504405 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