From 1b4d46c0b313569410484d131a76adcd576c0c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:55:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20psycopg[binary]=20requirem?= =?UTF-8?q?ent=20from=20<4.0.0,>=3D3.1.13=20to=20>=3D3.3.4,<4.0.0=20(#2399?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 82b14979..c473adac 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "jinja2<4.0.0,>=3.1.4", "alembic<2.0.0,>=1.12.1", "httpx<1.0.0,>=0.25.1", - "psycopg[binary]<4.0.0,>=3.1.13", + "psycopg[binary]>=3.3.4,<4.0.0", "sqlmodel>=0.0.39,<1.0.0", "pydantic-settings<3.0.0,>=2.2.1", "sentry-sdk[fastapi]>=2.66.1,<3.0.0", diff --git a/uv.lock b/uv.lock index 40134b06..8ce206e1 100644 --- a/uv.lock +++ b/uv.lock @@ -101,7 +101,7 @@ requires-dist = [ { name = "fastapi", extras = ["standard"], specifier = ">=0.141.1,<1.0.0" }, { name = "httpx", specifier = ">=0.25.1,<1.0.0" }, { name = "jinja2", specifier = ">=3.1.4,<4.0.0" }, - { name = "psycopg", extras = ["binary"], specifier = ">=3.1.13,<4.0.0" }, + { name = "psycopg", extras = ["binary"], specifier = ">=3.3.4,<4.0.0" }, { name = "pwdlib", extras = ["argon2", "bcrypt"], specifier = ">=0.3.0" }, { name = "pydantic", specifier = ">2.0" }, { name = "pydantic-settings", specifier = ">=2.2.1,<3.0.0" },