diff --git a/enterprise/pyproject.toml b/enterprise/pyproject.toml index 1f3da43257..0d86460a64 100644 --- a/enterprise/pyproject.toml +++ b/enterprise/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm-enterprise" -version = "0.1.27" +version = "0.1.28" 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.27" +version = "0.1.28" version_files = [ "pyproject.toml:version", "../requirements.txt:litellm-enterprise==", diff --git a/requirements.txt b/requirements.txt index 5f00a269a7..611561c4cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -69,4 +69,4 @@ openapi-core==0.21.0 # for OpenAPI compliance tests ######################## # LITELLM ENTERPRISE DEPENDENCIES ######################## -litellm-enterprise==0.1.27 +litellm-enterprise==0.1.28