Merge pull request #26728 from BerriAI/yj_apr28_bump

[Infra] Version Bump
This commit is contained in:
yuneng-jiang
2026-04-28 17:50:14 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.83.14"
version = "1.84.0"
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.14"
version = "1.84.0"
version_files = [
"pyproject.toml:^version",
]
Generated
+2 -2
View File
@@ -9,7 +9,7 @@ resolution-markers = [
]
[options]
exclude-newer = "2026-04-23T02:32:27.506663Z"
exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values.
exclude-newer-span = "P3D"
[manifest]
@@ -3085,7 +3085,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.83.14"
version = "1.84.0"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },