From 74a8e7c74d813673402e80835f086961554c780c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:22:38 +0000 Subject: [PATCH] chore(pip): update sqlalchemy requirement from >=2.0 to >=2.0.49 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccf18bc..01b8b6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "fastapi[standard]>=0.115", "pydantic>=2.12.5", "pydantic-settings>=2.0", - "sqlalchemy>=2.0", + "sqlalchemy>=2.0.49", "alembic>=1.15", "aiosqlite>=0.20", "asyncpg>=0.30",