From 27712d0260ec485d939a06618853bf05d3bf5ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 09:12:59 +0000 Subject: [PATCH] chore(deps): update alembic requirement from >=1.13 to >=1.18.5 Updates the requirements on [alembic](https://github.com/sqlalchemy/alembic) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.18.5 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 5e62f334..7b4daa1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ aiosqlite sqlalchemy>=2.0 cryptography>=48.0.1 uuid6>=2025.0.1 -alembic>=1.13 +alembic>=1.18.5 greenlet>=3.0.0 # MCP 2.x breaks AION handshake (inputSchema -> input_schema) and agent_db @app.list_tools(). mcp[cli]>=1.23.0,<2.0.0