Merge pull request #25112 from BerriAI/worktree-vast-swinging-goose

bump: version 1.83.1 → 1.83.2
This commit is contained in:
yuneng-jiang 2026-04-03 15:24:24 -07:00 committed by GitHub
commit 48d4dec5c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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