diff --git a/integrations/langchain/pyproject.toml b/integrations/langchain/pyproject.toml index 9cee97a2..92d1beec 100644 --- a/integrations/langchain/pyproject.toml +++ b/integrations/langchain/pyproject.toml @@ -15,6 +15,7 @@ dependencies = [ "mlflow>=2.20.1", "pydantic>2.10.0", "unitycatalog-langchain[databricks]>=0.2.0", + "databricks-connect>=16.1.1", ] [project.optional-dependencies] diff --git a/integrations/openai/pyproject.toml b/integrations/openai/pyproject.toml index d320f9ba..97131b7d 100644 --- a/integrations/openai/pyproject.toml +++ b/integrations/openai/pyproject.toml @@ -15,6 +15,7 @@ dependencies = [ "pydantic>2.10.0", "mlflow>=2.20.1", "unitycatalog-openai[databricks]>=0.2.0", + "databricks-connect>=16.1.1", ] [project.optional-dependencies] diff --git a/pyproject.toml b/pyproject.toml index 12874f10..2540066b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "databricks-sdk>=0.44.1", "pandas", "tiktoken>=0.8.0", - "tabulate", + "tabulate>=0.9.0", "mlflow-skinny>=2.19.0", ]