From d0c1ef9f0cb18ee59ae971c3f994edb184b4a65a Mon Sep 17 00:00:00 2001 From: Bryan Qiu Date: Fri, 21 Mar 2025 11:02:17 -0700 Subject: [PATCH 1/2] start Signed-off-by: Bryan Qiu --- integrations/langchain/pyproject.toml | 1 + integrations/openai/pyproject.toml | 1 + 2 files changed, 2 insertions(+) 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] From ae85c3b204d7487ff885392f9459170e05dbce27 Mon Sep 17 00:00:00 2001 From: Bryan Qiu Date: Fri, 21 Mar 2025 14:26:10 -0700 Subject: [PATCH 2/2] . Signed-off-by: Bryan Qiu --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ]