Merge pull request #22631 from Harshit28j/litellm_bump_litellm_08_03

bump: version 1.82.0 → 1.82.1
This commit is contained in:
Harshit Jain
2026-03-03 19:35:56 +05:30
committed by GitHub
+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"
]