bump: version 1.83.13 → 1.83.14

This commit is contained in:
Yuneng Jiang
2026-04-25 19:32:21 -07:00
parent 92c1e9b63c
commit 4ec3ac28a6
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.83.13"
version = "1.83.14"
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.13"
version = "1.83.14"
version_files = [
"pyproject.toml:^version",
]