mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-21 04:24:51 +00:00
bump: version 1.12.3 → 1.12.4
This commit is contained in:
@@ -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
|
||||
|
||||
+2
-2
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user