From 070ca682cfa1a81bde02b8910ad930efe665c1ca Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 11 Dec 2023 09:19:07 -0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.12.3=20=E2=86=92=201.12.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litellm/tests/test_caching.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/litellm/tests/test_caching.py b/litellm/tests/test_caching.py index b8c302806..16ff4a6dc 100644 --- a/litellm/tests/test_caching.py +++ b/litellm/tests/test_caching.py @@ -274,7 +274,7 @@ def test_redis_cache_acompletion_stream(): except Exception as e: print(e) raise e -# test_redis_cache_acompletion_stream() +test_redis_cache_acompletion_stream() def test_redis_cache_acompletion_stream_bedrock(): import asyncio diff --git a/pyproject.toml b/pyproject.toml index 62ca2f5a0..ea09088af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.12.3" +version = "1.12.4" 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.12.3" +version = "1.12.4" version_files = [ "pyproject.toml:^version" ]