bump litellm enterprise
This commit is contained in:
parent
5534387c22
commit
d4ba4900cf
BIN
enterprise/dist/litellm_enterprise-0.1.9-py3-none-any.whl
vendored
Normal file
BIN
enterprise/dist/litellm_enterprise-0.1.9-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
enterprise/dist/litellm_enterprise-0.1.9.tar.gz
vendored
Normal file
BIN
enterprise/dist/litellm_enterprise-0.1.9.tar.gz
vendored
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "litellm-enterprise"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
description = "Package for LiteLLM Enterprise features"
|
||||
authors = ["BerriAI"]
|
||||
readme = "README.md"
|
||||
@ -22,7 +22,7 @@ requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.commitizen]
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
version_files = [
|
||||
"pyproject.toml:version",
|
||||
"../requirements.txt:litellm-enterprise==",
|
||||
|
||||
6
poetry.lock
generated
6
poetry.lock
generated
@ -1833,14 +1833,14 @@ openai = ["openai (>=0.27.8)"]
|
||||
|
||||
[[package]]
|
||||
name = "litellm-enterprise"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
description = "Package for LiteLLM Enterprise features"
|
||||
optional = true
|
||||
python-versions = "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"proxy\""
|
||||
files = [
|
||||
{file = "litellm_enterprise-0.1.8.tar.gz", hash = "sha256:59b8c8a18f51c1e5fe2e341d66ba268c2814c8035825ae929530438524dc08ca"},
|
||||
{file = "litellm_enterprise-0.1.9.tar.gz", hash = "sha256:2bdf629cf8bd36805bad70acb609bfa0c00eaf72d3b42f6e17c54c5b50758c4a"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4991,4 +4991,4 @@ utils = ["numpydoc"]
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = ">=3.8.1,<4.0, !=3.9.7"
|
||||
content-hash = "1d0d0c73c55208694ca58a8a8d12ee0e95e265bb16aefd72d79ca8b5e49a8bca"
|
||||
content-hash = "c3d56e337720ab9c5ab2ec87794f16d1ba831ee86edeb236ae7429f3a7717677"
|
||||
|
||||
@ -58,7 +58,7 @@ redisvl = {version = "^0.4.1", optional = true, markers = "python_version >= '3.
|
||||
mcp = {version = "1.9.3", optional = true, python = ">=3.10"}
|
||||
litellm-proxy-extras = {version = "0.2.5", optional = true}
|
||||
rich = {version = "13.7.1", optional = true}
|
||||
litellm-enterprise = {version = "0.1.8", optional = true}
|
||||
litellm-enterprise = {version = "0.1.9", optional = true}
|
||||
diskcache = {version = "^5.6.1", optional = true}
|
||||
|
||||
[tool.poetry.extras]
|
||||
|
||||
@ -56,4 +56,4 @@ websockets==13.1.0 # for realtime API
|
||||
########################
|
||||
# LITELLM ENTERPRISE DEPENDENCIES
|
||||
########################
|
||||
litellm-enterprise==0.1.8
|
||||
litellm-enterprise==0.1.9
|
||||
|
||||
Loading…
Reference in New Issue
Block a user