bump litellm-enterprise-0.1.8
This commit is contained in:
parent
7006cd4139
commit
94a8ae393c
BIN
enterprise/dist/litellm_enterprise-0.1.8-py3-none-any.whl
vendored
Normal file
BIN
enterprise/dist/litellm_enterprise-0.1.8-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
enterprise/dist/litellm_enterprise-0.1.8.tar.gz
vendored
Normal file
BIN
enterprise/dist/litellm_enterprise-0.1.8.tar.gz
vendored
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "litellm-enterprise"
|
||||
version = "0.1.7"
|
||||
version = "0.1.8"
|
||||
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.7"
|
||||
version = "0.1.8"
|
||||
version_files = [
|
||||
"pyproject.toml:version",
|
||||
"../requirements.txt:litellm-enterprise==",
|
||||
|
||||
372
poetry.lock
generated
372
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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.7", optional = true}
|
||||
litellm-enterprise = {version = "0.1.8", 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.7
|
||||
litellm-enterprise==0.1.8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user