From 39ec378bdb6d55aa609f04d8dcf06f5a0be374ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 20:05:04 +0000 Subject: [PATCH] chore(deps): 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: '19.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 4f4cbcf2..63ad6bf8 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,<19.2", "faker>=30.0", "holidays>=0.55", "dbdemos-tracker>=0.1.12",