From e46febb3fe7e6a667a2563b723a7dc8b268a9e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:46:16 +0000 Subject: [PATCH] chore(deps): Update alembic requirement from >=1.13 to >=1.18.4 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.4 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 98b6974..79ecfdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "aiohttp>=3.13.5", "httpx>=0.28.1", "sqlalchemy[asyncio]>=2.0.49", - "alembic>=1.13", + "alembic>=1.18.4", "asyncpg>=0.31.0", "redis>=5.0", "fastembed>=0.8.0",