From 1e526c7e06494b6dc69fe8e3a9707bd2664d9f20 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 22 Dec 2023 12:24:20 +0530 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.15.5=20=E2=86=92=201.15.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litellm/tests/test_proxy_server.py | 1 - pyproject.toml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/litellm/tests/test_proxy_server.py b/litellm/tests/test_proxy_server.py index e38338314d01..bdd232f0bb74 100644 --- a/litellm/tests/test_proxy_server.py +++ b/litellm/tests/test_proxy_server.py @@ -220,7 +220,6 @@ def test_health(client_no_auth): assert response.status_code == 200 result = response.json() assert result["unhealthy_count"] == 0 - raise Exception(f"It worked!") except Exception as e: pytest.fail(f"LiteLLM Proxy test failed. Exception - {str(e)}") # test_add_new_model() diff --git a/pyproject.toml b/pyproject.toml index f0d1ede9ff44..386bd2b7cc46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.15.5" +version = "1.15.6" 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.5" +version = "1.15.6" version_files = [ "pyproject.toml:^version" ]