From 3a76b2762fa39a2f1f25239cb1418bfee50e70b4 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 22 Jul 2025 20:41:49 -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 c056e66726..36c744965d 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -260,7 +260,7 @@ return_response_headers: bool = ( False # get response headers from LLM Api providers - example x-remaining-requests, ) enable_json_schema_validation: bool = False -################## +################### logging: bool = True enable_loadbalancing_on_batch_endpoints: Optional[bool] = None enable_caching_on_provider_specific_optional_params: bool = (