From 0d65bd0fd8b07d0502bbdf1140a5a0ba99aa4930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 23:29:39 +0000 Subject: [PATCH] fix:(deps-dev): update sqlalchemy requirement Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- 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 8ea8e61c..9035e55c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "wandb>=0.12.7,<0.15.13", "psutil>=5.9.1, <6.0.0", "dill>=0.3.5,<0.3.8", - "SQLAlchemy>=1.4.40,<2.0.22", + "SQLAlchemy>=1.4.40,<2.0.23", "pyodbc>=4.0.34, <=4.1.0", "transformers>=4.22.0,<4.35.0", ]