From 717ab24697416c8c3f98350279cdb12455546ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:31:10 +0000 Subject: [PATCH] Update pyodbc requirement from ~=5.2.0 to >=5.2,<5.4 Updates the requirements on [pyodbc](https://github.com/mkleehammer/pyodbc) to permit the latest version. - [Release notes](https://github.com/mkleehammer/pyodbc/releases) - [Commits](https://github.com/mkleehammer/pyodbc/compare/5.2.0...5.3.0) --- updated-dependencies: - dependency-name: pyodbc dependency-version: 5.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f61e8abe3..656ee40fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "databricks-labs-blueprint[yaml]>=0.11.4,<0.12.0", "databricks-labs-lsql==0.16.0", "cryptography>=44.0.2,<46.1.0", - "pyodbc~=5.2.0", + "pyodbc>=5.2,<5.4", "SQLAlchemy~=2.0.40", "pygls~=2.0.0a2", "duckdb~=1.2.2",