bump: litellm-enterprise 0.1.68 -> 0.1.69, litellm-proxy-extras 0.4.99 -> 0.4.100

This commit is contained in:
Yuneng Jiang 2026-09-19 14:27:21 -07:00
parent ac281507fd
commit 8767f12794
No known key found for this signature in database
4 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "litellm-enterprise"
version = "0.1.68"
version = "0.1.69"
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.68"
version = "0.1.69"
version_files = [
"pyproject.toml:^version",
"../pyproject.toml:litellm-enterprise==",

View file

@ -1,6 +1,6 @@
[project]
name = "litellm-proxy-extras"
version = "0.4.99"
version = "0.4.100"
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.99"
version = "0.4.100"
version_files = [
"pyproject.toml:^version",
"../pyproject.toml:litellm-proxy-extras==",

View file

@ -71,8 +71,8 @@ proxy = [
"mcp>=2.2.0,<3",
"httpx2>=2.5.0,<3",
"pydantic>=2.12.0,<3",
"litellm-proxy-extras==0.4.99",
"litellm-enterprise==0.1.68",
"litellm-proxy-extras==0.4.100",
"litellm-enterprise==0.1.69",
"RestrictedPython>=8.5,<9.0",
"rich>=13.9.4,<14.0",
"InquirerPy>=0.3.4,<1.0",

4
uv.lock generated
View file

@ -4942,12 +4942,12 @@ proxy-dev = [
[[package]]
name = "litellm-enterprise"
version = "0.1.68"
version = "0.1.69"
source = { editable = "enterprise" }
[[package]]
name = "litellm-proxy-extras"
version = "0.4.99"
version = "0.4.100"
source = { editable = "litellm-proxy-extras" }
[[package]]