From d0953ea0da614c85dc7afd124cb4f8e09cbcc212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:09:20 +0000 Subject: [PATCH] fix:(deps-dev): 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.1.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 f9cd97f3..9dd9daa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "psutil>=5.9.1, <6.0.0", "dill>=0.3.5,<0.3.9", "SQLAlchemy>=1.4.40,<2.0.26", - "pyodbc>=4.0.34, <=5.0.1", + "pyodbc>=4.0.34, <=5.1.0", "transformers>=4.22.0,<4.38.0", ]