bump: version 1.12.3 → 1.12.4

This commit is contained in:
ishaan-jaff 2023-12-11 09:19:07 -08:00
parent 43b0da3ebc
commit 070ca682cf
2 changed files with 3 additions and 3 deletions

View file

@ -274,7 +274,7 @@ def test_redis_cache_acompletion_stream():
except Exception as e: except Exception as e:
print(e) print(e)
raise e raise e
# test_redis_cache_acompletion_stream() test_redis_cache_acompletion_stream()
def test_redis_cache_acompletion_stream_bedrock(): def test_redis_cache_acompletion_stream_bedrock():
import asyncio import asyncio

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "litellm" name = "litellm"
version = "1.12.3" version = "1.12.4"
description = "Library to easily interface with LLM API providers" description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"] authors = ["BerriAI"]
license = "MIT License" license = "MIT License"
@ -55,7 +55,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
[tool.commitizen] [tool.commitizen]
version = "1.12.3" version = "1.12.4"
version_files = [ version_files = [
"pyproject.toml:^version" "pyproject.toml:^version"
] ]