diff --git a/pyproject.toml b/pyproject.toml index 9cb2a73..61601e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "pydantic-settings>=2.15.0,<3", "sqlalchemy[asyncio]>=2.0.52,<3", "asyncpg>=0.31.0,<1", - "alembic>=1.19.1,<2", + "alembic>=1.19.2,<2", "pgvector>=0.5.0,<1", # Used directly by the conflict-detection and clustering admin endpoints. # It used to arrive transitively via pgvector, but pgvector 0.5.0 dropped