From a8b752cb9dfb22e5a271ca31ab70f51122a2b5b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:14:28 +0000 Subject: [PATCH] chore(deps): update pgvector requirement from <1,>=0.4.2 to >=0.5.0,<1 Updates the requirements on [pgvector](https://github.com/pgvector/pgvector-python) to permit the latest version. - [Changelog](https://github.com/pgvector/pgvector-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgvector/pgvector-python/compare/v0.4.2...v0.5.0) --- updated-dependencies: - dependency-name: pgvector dependency-version: 0.5.0 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 26f233c..34303a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "sqlalchemy[asyncio]>=2.0.51,<3", "asyncpg>=0.31.0,<1", "alembic>=1.18.5,<2", - "pgvector>=0.4.2,<1", + "pgvector>=0.5.0,<1", "tiktoken>=0.13.0,<1", "structlog>=26.1.0,<27", "pyyaml>=6.0.3,<7",