bump litellm_enterprise-0.1.3.tar.gz
This commit is contained in:
parent
a30c574f9a
commit
19b2d70732
BIN
enterprise/dist/litellm_enterprise-0.1.3-py3-none-any.whl
vendored
Normal file
BIN
enterprise/dist/litellm_enterprise-0.1.3-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
enterprise/dist/litellm_enterprise-0.1.3.tar.gz
vendored
Normal file
BIN
enterprise/dist/litellm_enterprise-0.1.3.tar.gz
vendored
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "litellm-enterprise"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
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.2"
|
||||
version = "0.1.3"
|
||||
version_files = [
|
||||
"pyproject.toml:version",
|
||||
"../requirements.txt:litellm-enterprise==",
|
||||
|
||||
6
poetry.lock
generated
6
poetry.lock
generated
@ -1737,14 +1737,14 @@ referencing = ">=0.31.0"
|
||||
|
||||
[[package]]
|
||||
name = "litellm-enterprise"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
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.2.tar.gz", hash = "sha256:278cfd78d45988c9385d304312f3bb889f04a138a4b44b8c7ca86ff4d6f0ba59"},
|
||||
{file = "litellm_enterprise-0.1.3.tar.gz", hash = "sha256:57fcf4b3e16806de7ffb6540cb8a21532d6031d2b9560870ea5fb368500d05b3"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4712,4 +4712,4 @@ proxy = ["PyJWT", "apscheduler", "backoff", "boto3", "cryptography", "fastapi",
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = ">=3.8.1,<4.0, !=3.9.7"
|
||||
content-hash = "383c7d8e1a39b7b7c2b32075e35f6b68ba86ffc863dcbf2b88e669649ab92b35"
|
||||
content-hash = "5c622a2dceff56aef84b78a034b04d1ea3d1c959864d5737ad60809af718bfd0"
|
||||
|
||||
@ -57,7 +57,7 @@ redisvl = {version = "^0.4.1", optional = true, markers = "python_version >= '3.
|
||||
mcp = {version = "1.5.0", optional = true, python = ">=3.10"}
|
||||
litellm-proxy-extras = {version = "0.1.21", optional = true}
|
||||
rich = {version = "13.7.1", optional = true}
|
||||
litellm-enterprise = {version = "0.1.2", optional = true}
|
||||
litellm-enterprise = {version = "0.1.3", optional = true}
|
||||
|
||||
[tool.poetry.extras]
|
||||
proxy = [
|
||||
|
||||
@ -56,4 +56,4 @@ websockets==13.1.0 # for realtime API
|
||||
########################
|
||||
# LITELLM ENTERPRISE DEPENDENCIES
|
||||
########################
|
||||
litellm-enterprise==0.1.2
|
||||
litellm-enterprise==0.1.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user