From 73986c66c091cb93831dd11666cbc5b6fe5f52a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 00:07:04 +0000 Subject: [PATCH] deps: update sqlalchemy requirement from >=2.0 to >=2.0.51 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.51 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 b2bd3d9..48fa01f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "fastapi>=0.138.0", "pydantic>=2.9", "pydantic-settings>=2.14.2", - "sqlalchemy>=2.0", + "sqlalchemy>=2.0.51", "asyncpg>=0.31.0", # Required wherever the async SQLAlchemy engine runs. SQLAlchemy only # declares greenlet for select platform_machine values, which exclude macOS