Skip to content

Commit f0518c1

Browse files
authored
Merge pull request #24840 from BerriAI/litellm_version_bump_1_83_0
[Infra] Bump Version to 1.83.0
2 parents 0ea0546 + 51830de commit f0518c1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "litellm"
3-
version = "1.82.6"
3+
version = "1.83.0"
44
description = "Library to easily interface with LLM API providers"
55
authors = ["BerriAI"]
66
license = "MIT"
@@ -61,7 +61,7 @@ boto3 = { version = "^1.40.76", optional = true }
6161
redisvl = {version = "^0.4.1", optional = true, markers = "python_version >= '3.9' and python_version < '3.14'"}
6262
mcp = {version = ">=1.25.0,<2.0.0", optional = true, python = ">=3.10"}
6363
a2a-sdk = {version = "^0.3.22", optional = true, python = ">=3.10"}
64-
litellm-proxy-extras = {version = "^0.4.61", optional = true}
64+
litellm-proxy-extras = {version = "^0.4.62", optional = true}
6565
rich = {version = "^13.7.1", optional = true}
6666
litellm-enterprise = {version = "0.1.35", optional = true}
6767
diskcache = {version = "^5.6.1", optional = true}
@@ -184,7 +184,7 @@ requires = ["poetry-core", "wheel"]
184184
build-backend = "poetry.core.masonry.api"
185185

186186
[tool.commitizen]
187-
version = "1.82.6"
187+
version = "1.83.0"
188188
version_files = [
189189
"pyproject.toml:^version"
190190
]

0 commit comments

Comments
 (0)