bump: version 1.80.10 → 1.80.11

This commit is contained in:
Ishaan Jaffer 2025-12-20 21:52:48 +05:30
parent 9f205b0323
commit 49fecf0f1e

View File

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