bump: version 1.83.4 → 1.83.5

This commit is contained in:
Yuneng Jiang 2026-04-07 18:37:29 -07:00
parent bf8b615b64
commit bd327dbe54
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.83.4"
version = "1.83.5"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@ -181,7 +181,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.83.4"
version = "1.83.5"
version_files = [
"pyproject.toml:^version"
]