bump: version 1.81.1 → 1.81.2

This commit is contained in:
yuneng-jiang
2026-01-22 12:35:13 -08:00
parent c78b527104
commit d72f548e19
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.81.1"
version = "1.81.2"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -173,7 +173,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.81.1"
version = "1.81.2"
version_files = [
"pyproject.toml:^version"
]