bump: version 1.81.3 → 1.81.4

This commit is contained in:
Alexsander Hamir 2026-01-26 09:39:01 -08:00
parent 558f01e848
commit 032b75df37

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.81.3"
version = "1.81.4"
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.3"
version = "1.81.4"
version_files = [
"pyproject.toml:^version"
]