From 626e808fb8b014d4d831a502c4baf851cd1398db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:39:44 +0000 Subject: [PATCH] deps: update psycopg requirement from >=3.1 to >=3.3.4 Updates the requirements on [psycopg](https://github.com/psycopg/psycopg) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1...3.3.4) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.4 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..4ff4ec2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ api = [ "fastapi>=0.110", "uvicorn[standard]>=0.52.4", "pydantic>=2.13.4", - "psycopg[binary]>=3.1", + "psycopg[binary]>=3.3.4", "pgvector>=0.2", ] llm = ["anthropic>=0.40"]