bump: version 1.80.8 → 1.80.9

This commit is contained in:
Krrish Dholakia
2025-12-07 23:49:51 -08:00
parent b6b155d67b
commit 6ec7e95f28
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.80.8"
version = "1.80.9"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -160,7 +160,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.80.8"
version = "1.80.9"
version_files = [
"pyproject.toml:^version"
]