diff --git a/pyproject.toml b/pyproject.toml index 49f220cae4c..91f77c24d05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ mcp = {version = "1.26.0", optional = true, python = ">=3.10"} a2a-sdk = {version = "0.3.25", optional = true, python = ">=3.10"} litellm-proxy-extras = {version = "0.4.65", optional = true} rich = {version = "13.9.4", optional = true} -litellm-enterprise = {version = "0.1.36", optional = true} +litellm-enterprise = {version = "0.1.37", optional = true} diskcache = {version = "5.6.3", optional = true} polars = {version = "1.39.3", optional = true, python = ">=3.10"} semantic-router = {version = "0.1.12", optional = true, python = ">=3.9,<3.14"} diff --git a/requirements.txt b/requirements.txt index 23f6ea1f960..09a316361e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -85,4 +85,4 @@ requests-toolbelt==1.0.0 # transitive dep (langfuse) ######################## # LITELLM ENTERPRISE DEPENDENCIES ######################## -litellm-enterprise==0.1.36 +litellm-enterprise==0.1.37