From 04ba04ae8f8bc5a10cede231b988e2dd6da1cad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:46:01 +0000 Subject: [PATCH] chore(deps): update sqlalchemy requirement in /server 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] --- server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pyproject.toml b/server/pyproject.toml index 27de72a8..5dd14e02 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "anthropic>=0.40.0", "openai>=1.50.0", "asyncpg>=0.30.0", - "sqlalchemy[asyncio]>=2.0.0", + "sqlalchemy[asyncio]>=2.0.49", "alembic>=1.13.0", "pydantic>=2.9.0", "pydantic-settings>=2.5.0",