From 5c736ee9f0586b8ef07096ef32ddf2ff4d85b43c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 12:54:40 +0000 Subject: [PATCH] chore(deps): update alembic requirement in /server 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.19.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 786c985..995182d 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -9,7 +9,7 @@ uvicorn[standard]>=0.30.0 sqlalchemy>=2.0.30 asyncpg>=0.29.0 pgvector>=0.3.0 -alembic>=1.13.0 +alembic>=1.19.2 # Data Validation & Settings pydantic>=2.7.0