From 416acad12e7b5b0e986a060cd9d8df2ed277bd26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 01:47:02 +0000 Subject: [PATCH] fix:(deps-dev): update sqlalchemy requirement --- updated-dependencies: - dependency-name: sqlalchemy 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 7ad3404b..440d51a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "wandb>=0.12.7,<0.16.5", "psutil>=5.9.1, <6.0.0", "dill>=0.3.5,<0.3.9", - "SQLAlchemy>=1.4.40,<2.0.29", + "SQLAlchemy>=1.4.40,<2.0.30", "pyodbc>=4.0.34, <=5.1.0", "transformers>=4.22.0,<4.40.0", ]