From 79a79b16e134f48c4fac902d2bc7ad4dba8ba962 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 23 Dec 2023 10:03:49 +0530 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.15.6=20=E2=86=92=201.15.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litellm/utils.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/litellm/utils.py b/litellm/utils.py index edbe73a74c..41f6a21c5c 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -984,7 +984,7 @@ class Logging: print_verbose=print_verbose, ) if callback == "langsmith": - print_verbose("reaches langsmtih for logging!") + print_verbose("reaches langsmith for logging!") if self.stream: if "complete_streaming_response" not in kwargs: break diff --git a/pyproject.toml b/pyproject.toml index 386bd2b7cc..d544afe6f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.15.6" +version = "1.15.7" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License" @@ -55,7 +55,7 @@ requires = ["poetry-core", "wheel"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "1.15.6" +version = "1.15.7" version_files = [ "pyproject.toml:^version" ]