From d6d2bae365d44027a876ae467770690b6851e4ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 23:35:30 +0000 Subject: [PATCH] fix:(deps): update pyodbc requirement 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/4.0.34...5.2.0) --- updated-dependencies: - dependency-name: pyodbc 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 785ff3aa..3d6ca8e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "psutil>=5.9.1, <7.0.0", "dill>=0.3.5,<0.3.10", "SQLAlchemy>=1.4.40,<2.0.36", - "pyodbc>=4.0.34, <=5.1.0", + "pyodbc>=4.0.34, <=5.2.0", "transformers>=4.42.3,<4.46.0", ]