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" ]