bump: version 1.82.2 → 1.82.3

This commit is contained in:
yuneng-jiang 2026-03-16 10:08:57 -07:00
parent 8dec9f46e1
commit 0d4ae8bf9b

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.82.2"
version = "1.82.3"
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.2"
version = "1.82.3"
version_files = [
"pyproject.toml:^version"
]