bump: version 1.82.5 → 1.82.6

This commit is contained in:
yuneng-jiang
2026-03-21 22:56:09 -07:00
parent d91980dc45
commit fa65433c8c
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.82.5"
version = "1.82.6"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -184,7 +184,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.82.5"
version = "1.82.6"
version_files = [
"pyproject.toml:^version"
]