From 424a45c6e68f2126304661cd21fc76ccb2b52acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:07:03 +0000 Subject: [PATCH] Update sqlalchemy requirement in /phases/p1/harvester 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] --- phases/p1/harvester/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phases/p1/harvester/requirements.txt b/phases/p1/harvester/requirements.txt index f91da8e..8ba1b09 100644 --- a/phases/p1/harvester/requirements.txt +++ b/phases/p1/harvester/requirements.txt @@ -7,7 +7,7 @@ pydantic>=2.10.0 pydantic-settings>=2.6.0 # Database -sqlalchemy[asyncio]>=2.0.0 +sqlalchemy[asyncio]>=2.0.51 asyncpg>=0.30.0 # Logging