bump: version 1.80.7 → 1.80.8

This commit is contained in:
Ishaan Jaffer
2025-12-06 10:18:23 -08:00
parent bfdcfca8b0
commit edcfc13ebb
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.80.7"
version = "1.80.8"
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.7"
version = "1.80.8"
version_files = [
"pyproject.toml:^version"
]