Merge pull request #41321 from BerriAI/litellm_/release-version-bump-940c92

chore: bump litellm-enterprise 0.1.67 -> 0.1.68, litellm-proxy-extras 0.4.97 -> 0.4.98, litellm 1.102.0 -> 1.103.0
This commit is contained in:
yuneng-jiang 2026-09-15 16:06:39 -07:00 committed by GitHub
commit fa9177d5f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "litellm-enterprise"
version = "0.1.67"
version = "0.1.68"
description = "Package for LiteLLM Enterprise features"
readme = "README.md"
requires-python = ">=3.9"
@ -26,7 +26,7 @@ required-version = ">=0.10.9"
module-root = ""
[tool.commitizen]
version = "0.1.67"
version = "0.1.68"
version_files = [
"pyproject.toml:^version",
"../pyproject.toml:litellm-enterprise==",

View file

@ -1,6 +1,6 @@
[project]
name = "litellm-proxy-extras"
version = "0.4.97"
version = "0.4.98"
description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package."
readme = "README.md"
requires-python = ">=3.9"
@ -26,7 +26,7 @@ required-version = ">=0.10.9"
module-root = ""
[tool.commitizen]
version = "0.4.97"
version = "0.4.98"
version_files = [
"pyproject.toml:^version",
"../pyproject.toml:litellm-proxy-extras==",

View file

@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.102.0"
version = "1.103.0"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.10, <3.15"
@ -67,8 +67,8 @@ proxy = [
"azure-identity>=1.25.2,<2.0",
"azure-storage-blob>=12.28.0,<13.0",
"mcp>=1.28.1,<2.0",
"litellm-proxy-extras==0.4.97",
"litellm-enterprise==0.1.67",
"litellm-proxy-extras==0.4.98",
"litellm-enterprise==0.1.68",
"RestrictedPython>=8.5,<9.0",
"rich>=13.9.4,<14.0",
"InquirerPy>=0.3.4,<1.0",
@ -332,7 +332,7 @@ members = ["enterprise", "litellm-proxy-extras"]
profile = "black"
[tool.commitizen]
version = "1.102.0"
version = "1.103.0"
version_files = [
"pyproject.toml:^version",
]

8
uv.lock generated
View file

@ -10,7 +10,7 @@ resolution-markers = [
]
[options]
exclude-newer = "2026-09-12T03:51:49.261499386Z"
exclude-newer = "2026-09-12T22:48:38.53978Z"
exclude-newer-span = "P3D"
[manifest]
@ -4457,7 +4457,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.102.0"
version = "1.103.0"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },
@ -4874,12 +4874,12 @@ proxy-dev = [
[[package]]
name = "litellm-enterprise"
version = "0.1.67"
version = "0.1.68"
source = { editable = "enterprise" }
[[package]]
name = "litellm-proxy-extras"
version = "0.4.97"
version = "0.4.98"
source = { editable = "litellm-proxy-extras" }
[[package]]