bump: version 1.83.10 → 1.83.11

This commit is contained in:
Yuneng Jiang
2026-04-21 18:10:31 -07:00
parent 26fcbc93e5
commit 5837d4a9ac
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.83.10"
version = "1.83.11"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.10, <3.14"
@@ -236,7 +236,7 @@ source-exclude = [
profile = "black"
[tool.commitizen]
version = "1.83.10"
version = "1.83.11"
version_files = [
"pyproject.toml:^version",
]