mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
bump: litellm-enterprise 0.1.58 -> 0.1.59, litellm-proxy-extras 0.4.88 -> 0.4.89 (#37939)
This commit is contained in:
parent
d6f5ea2b37
commit
fa9fe5a804
4 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "litellm-enterprise"
|
name = "litellm-enterprise"
|
||||||
version = "0.1.58"
|
version = "0.1.59"
|
||||||
description = "Package for LiteLLM Enterprise features"
|
description = "Package for LiteLLM Enterprise features"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
|
|
@ -26,7 +26,7 @@ required-version = ">=0.10.9"
|
||||||
module-root = ""
|
module-root = ""
|
||||||
|
|
||||||
[tool.commitizen]
|
[tool.commitizen]
|
||||||
version = "0.1.58"
|
version = "0.1.59"
|
||||||
version_files = [
|
version_files = [
|
||||||
"pyproject.toml:^version",
|
"pyproject.toml:^version",
|
||||||
"../pyproject.toml:litellm-enterprise==",
|
"../pyproject.toml:litellm-enterprise==",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "litellm-proxy-extras"
|
name = "litellm-proxy-extras"
|
||||||
version = "0.4.88"
|
version = "0.4.89"
|
||||||
description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package."
|
description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
|
|
@ -26,7 +26,7 @@ required-version = ">=0.10.9"
|
||||||
module-root = ""
|
module-root = ""
|
||||||
|
|
||||||
[tool.commitizen]
|
[tool.commitizen]
|
||||||
version = "0.4.88"
|
version = "0.4.89"
|
||||||
version_files = [
|
version_files = [
|
||||||
"pyproject.toml:^version",
|
"pyproject.toml:^version",
|
||||||
"../pyproject.toml:litellm-proxy-extras==",
|
"../pyproject.toml:litellm-proxy-extras==",
|
||||||
|
|
|
||||||
|
|
@ -67,8 +67,8 @@ proxy = [
|
||||||
"azure-identity>=1.25.2,<2.0",
|
"azure-identity>=1.25.2,<2.0",
|
||||||
"azure-storage-blob>=12.28.0,<13.0",
|
"azure-storage-blob>=12.28.0,<13.0",
|
||||||
"mcp>=1.28.1,<2.0",
|
"mcp>=1.28.1,<2.0",
|
||||||
"litellm-proxy-extras==0.4.88",
|
"litellm-proxy-extras==0.4.89",
|
||||||
"litellm-enterprise==0.1.58",
|
"litellm-enterprise==0.1.59",
|
||||||
"RestrictedPython>=8.1,<9.0",
|
"RestrictedPython>=8.1,<9.0",
|
||||||
"rich>=13.9.4,<14.0",
|
"rich>=13.9.4,<14.0",
|
||||||
"InquirerPy>=0.3.4,<1.0",
|
"InquirerPy>=0.3.4,<1.0",
|
||||||
|
|
|
||||||
6
uv.lock
generated
6
uv.lock
generated
|
|
@ -10,7 +10,7 @@ resolution-markers = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
exclude-newer = "2026-08-17T21:26:36.028845Z"
|
exclude-newer = "2026-08-19T15:53:37.294198Z"
|
||||||
exclude-newer-span = "P3D"
|
exclude-newer-span = "P3D"
|
||||||
|
|
||||||
[manifest]
|
[manifest]
|
||||||
|
|
@ -4661,12 +4661,12 @@ proxy-dev = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "litellm-enterprise"
|
name = "litellm-enterprise"
|
||||||
version = "0.1.58"
|
version = "0.1.59"
|
||||||
source = { editable = "enterprise" }
|
source = { editable = "enterprise" }
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "litellm-proxy-extras"
|
name = "litellm-proxy-extras"
|
||||||
version = "0.4.88"
|
version = "0.4.89"
|
||||||
source = { editable = "litellm-proxy-extras" }
|
source = { editable = "litellm-proxy-extras" }
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue