From df4b629f033e66abc3d74548eb8a779b3b302a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:02:07 +0000 Subject: [PATCH] chore(deps): update sqlalchemy requirement in /backend 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-version: 2.0.49 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 0a3c973..73fbb96 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pydantic-settings>=2.0,<3", "google-generativeai>=0.6,<0.7", "mcp[cli]>=1.22,<2", - "sqlalchemy[asyncio]>=2.0,<3", + "sqlalchemy[asyncio]>=2.0.49,<3", "asyncpg>=0.29,<1", "aiosqlite>=0.19,<1", ]