Merge pull request #23496 from BerriAI/bump_ver_1822

bump: version 1.82.1 → 1.82.2
This commit is contained in:
yuneng-jiang
2026-03-12 22:40:39 -07:00
parent ff145398d5
commit 2eafe5a2e0
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.82.1"
version = "1.82.2"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -183,7 +183,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.82.1"
version = "1.82.2"
version_files = [
"pyproject.toml:^version"
]