Merge pull request #19595 from BerriAI/litellm_yj_bump_version

bump: version 1.81.1 → 1.81.2
This commit is contained in:
yuneng-jiang 2026-01-22 12:36:14 -08:00 committed by GitHub
commit e03feb7a86
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.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"
]