From c6482c8654c2823c3f74b387954433997cdfbcf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 02:39:23 +0000 Subject: [PATCH] build(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.52 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 2272a25..dcb8c2e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "uvicorn[standard]>=0.32", "pydantic>=2.9", "pydantic-settings>=2.5", - "sqlalchemy>=2.0.36", + "sqlalchemy>=2.0.52", "greenlet>=3.0", "asyncpg>=0.30", "alembic>=1.13",