From 2105f02ab15a81960c52cccd3fea337f5f33b857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 20:47:26 +0000 Subject: [PATCH] deps(py): update sqlalchemy requirement from >=2.0.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 262ab4e..3e97a8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ # httpx (installed above) is the only runtime dependency. # is the path for incremental DDL from now on. PyJWT>=2.8.0 -SQLAlchemy>=2.0.0 +SQLAlchemy>=2.0.49 alembic>=1.16.5 asyncpg>=0.29.0 bcrypt>=4.0.0