From aea3a41fe1b3d9fd157865c8217eae54d3b33451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:52:35 +0000 Subject: [PATCH] Update databricks-connect requirement in /app Updates the requirements on databricks-connect to permit the latest version. --- updated-dependencies: - dependency-name: databricks-connect dependency-version: 18.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pyproject.toml b/app/pyproject.toml index 4c1e1cb..5b6bb51 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "plutoprint==0.19.0", "alembic", # Data-generation helpers used by the demo-building agent. - "databricks-connect>=16.1,<16.2", + "databricks-connect>=16.1,<18.4", "faker>=30.0", "holidays>=0.55", "dbdemos-tracker>=0.1.12",