diff --git a/dist/litellm-0.1.432-py3-none-any.whl b/dist/litellm-0.1.432-py3-none-any.whl new file mode 100644 index 0000000000..caa311d5a0 Binary files /dev/null and b/dist/litellm-0.1.432-py3-none-any.whl differ diff --git a/dist/litellm-0.1.432.tar.gz b/dist/litellm-0.1.432.tar.gz new file mode 100644 index 0000000000..7506ce00a8 Binary files /dev/null and b/dist/litellm-0.1.432.tar.gz differ diff --git a/litellm/utils.py b/litellm/utils.py index d340c2df36..2aeb09c2a0 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -185,14 +185,12 @@ class Logging: litellm_call_id=self.litellm_params["litellm_call_id"], print_verbose=print_verbose, ) - pass except: - pass + print_verbose(f"LiteLLM.LoggingError: [Non-Blocking] Exception occurred while logging with integrations {traceback.format_exc}") except: print_verbose( f"LiteLLM.LoggingError: [Non-Blocking] Exception occurred while logging {traceback.format_exc()}" ) - pass def post_call(self, input, api_key, original_response, additional_args={}): # Do something here diff --git a/pyproject.toml b/pyproject.toml index 875c885e92..b8cfdfadb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "0.1.433" +version = "0.1.434" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License"