Skip to content

Commit abb63e6

Browse files
authored
Merge pull request BerriAI#26543 from BerriAI/yj_bump_apr25_pypi
[Infra] Bump Versions
2 parents 615565c + 4c6a4e7 commit abb63e6

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

enterprise/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "litellm-enterprise"
3-
version = "0.1.38"
3+
version = "0.1.39"
44
description = "Package for LiteLLM Enterprise features"
55
readme = "README.md"
66
requires-python = ">=3.9"
@@ -26,7 +26,7 @@ required-version = ">=0.10.9"
2626
module-root = ""
2727

2828
[tool.commitizen]
29-
version = "0.1.38"
29+
version = "0.1.39"
3030
version_files = [
3131
"pyproject.toml:^version",
3232
"../pyproject.toml:litellm-enterprise==",

litellm-proxy-extras/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "litellm-proxy-extras"
3-
version = "0.4.68"
3+
version = "0.4.69"
44
description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package."
55
readme = "README.md"
66
requires-python = ">=3.9"
@@ -26,7 +26,7 @@ required-version = ">=0.10.9"
2626
module-root = ""
2727

2828
[tool.commitizen]
29-
version = "0.4.68"
29+
version = "0.4.69"
3030
version_files = [
3131
"pyproject.toml:^version",
3232
"../pyproject.toml:litellm-proxy-extras==",

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "litellm"
3-
version = "1.83.13"
3+
version = "1.83.14"
44
description = "Library to easily interface with LLM API providers"
55
readme = "README.md"
66
requires-python = ">=3.10, <3.14"
@@ -52,8 +52,8 @@ proxy = [
5252
"azure-identity==1.25.2",
5353
"azure-storage-blob==12.28.0",
5454
"mcp==1.26.0",
55-
"litellm-proxy-extras==0.4.68",
56-
"litellm-enterprise==0.1.38",
55+
"litellm-proxy-extras==0.4.69",
56+
"litellm-enterprise==0.1.39",
5757
"RestrictedPython==8.1",
5858
"rich==13.9.4",
5959
"polars==1.38.1",
@@ -236,7 +236,7 @@ source-exclude = [
236236
profile = "black"
237237

238238
[tool.commitizen]
239-
version = "1.83.13"
239+
version = "1.83.14"
240240
version_files = [
241241
"pyproject.toml:^version",
242242
]

uv.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.

0 commit comments

Comments
 (0)