bump: version 1.78.2 → 1.78.3

This commit is contained in:
Ishaan Jaffer
2025-10-16 16:57:04 -07:00
parent f69f7d101b
commit 00e6ec4985
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.78.2"
version = "1.78.3"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -157,7 +157,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.78.2"
version = "1.78.3"
version_files = [
"pyproject.toml:^version"
]