From db670cc4dc95089464014fb82e551cd3ddd7e0fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 20:07: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.0.0 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 cdb729b..f2d9563 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.1", "faker>=30.0", "holidays>=0.55", "dbdemos-tracker>=0.1.12",