bump: version 1.82.0 → 1.82.1

This commit is contained in:
Harshit28j
2026-03-03 11:59:58 +05:30
parent 67f90254ed
commit d07689d2d7
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.82.0"
version = "1.82.1"
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.0"
version = "1.82.1"
version_files = [
"pyproject.toml:^version"
]