mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
bump: litellm-proxy-extras 0.4.82 -> 0.4.83
This commit is contained in:
parent
24dbd2b2db
commit
6a0dcf1268
3 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "litellm-proxy-extras"
|
name = "litellm-proxy-extras"
|
||||||
version = "0.4.82"
|
version = "0.4.83"
|
||||||
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.82"
|
version = "0.4.83"
|
||||||
version_files = [
|
version_files = [
|
||||||
"pyproject.toml:^version",
|
"pyproject.toml:^version",
|
||||||
"../pyproject.toml:litellm-proxy-extras==",
|
"../pyproject.toml:litellm-proxy-extras==",
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ 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.82",
|
"litellm-proxy-extras==0.4.83",
|
||||||
"litellm-enterprise==0.1.53",
|
"litellm-enterprise==0.1.53",
|
||||||
"RestrictedPython>=8.1,<9.0",
|
"RestrictedPython>=8.1,<9.0",
|
||||||
"rich>=13.9.4,<14.0",
|
"rich>=13.9.4,<14.0",
|
||||||
|
|
|
||||||
4
uv.lock
generated
4
uv.lock
generated
|
|
@ -10,7 +10,7 @@ resolution-markers = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
exclude-newer = "2026-08-01T21:00:29.35856Z"
|
exclude-newer = "2026-08-02T01:44:17.274352Z"
|
||||||
exclude-newer-span = "P3D"
|
exclude-newer-span = "P3D"
|
||||||
|
|
||||||
[manifest]
|
[manifest]
|
||||||
|
|
@ -4604,7 +4604,7 @@ source = { editable = "enterprise" }
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "litellm-proxy-extras"
|
name = "litellm-proxy-extras"
|
||||||
version = "0.4.82"
|
version = "0.4.83"
|
||||||
source = { editable = "litellm-proxy-extras" }
|
source = { editable = "litellm-proxy-extras" }
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue