bump: version 1.81.3 → 1.81.4 (#19793)

This commit is contained in:
Alexsander Hamir 2026-01-26 09:41:25 -08:00 committed by GitHub
parent 558f01e848
commit 8ece284ca3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
]