Merge pull request #25730 from BerriAI/yj_bump_apr14_2

bump: version 1.83.7 → 1.83.8
This commit is contained in:
yuneng-jiang 2026-04-14 20:11:58 -07:00 committed by GitHub
commit 9790a46f69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.83.7"
version = "1.83.8"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.9, <3.14"
@ -238,7 +238,7 @@ source-exclude = [
profile = "black"
[tool.commitizen]
version = "1.83.7"
version = "1.83.8"
version_files = [
"pyproject.toml:^version",
]