From f78df25ff1312772b674dba4d28df7d638b5efef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:39:31 +0000 Subject: [PATCH] deps: update pgvector requirement from >=0.2 to >=0.5.0 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.2.0...v0.5.0) --- updated-dependencies: - dependency-name: pgvector dependency-version: 0.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85c8eee..89c1398 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ api = [ "uvicorn[standard]>=0.52.4", "pydantic>=2.13.4", "psycopg[binary]>=3.1", - "pgvector>=0.2", + "pgvector>=0.5.0", ] llm = ["anthropic>=0.40"] agent = ["glia>=0.8", "anthropic>=0.40"] # glia-агент (LLM-режим), см. agent.glia_agent