From 4ce493780f850fc218beae5fca5fac60f8c527c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:54:38 +0000 Subject: [PATCH] chore(deps): update psycopg requirement from >=3.2.8 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.2.8...3.3.4) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9a20e4..37d45f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ alembic==1.18.5 python-dotenv==1.2.2 httpx==0.28.1 # nice to have for future tests Pillow==12.3.0 -psycopg[binary]>=3.2.8 +psycopg[binary]>=3.3.4 pgvector==0.5.0 Jinja2==3.1.6 python-multipart==0.0.31