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
commit 60bab9828f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

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",
]

4
uv.lock generated
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" },