From 5ed29e52c8587072257d5c5e23b0838b917ecd74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 17:15:44 +0000 Subject: [PATCH] Update psycopg requirement from <4.0,>=3.2 to >=3.3.3,<4.0 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.0...3.3.3) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.3 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 cf0b864..1327f54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.12" dependencies = [ "alembic>=1.14,<2.0", "fastapi>=0.115,<1.0", - "psycopg[binary]>=3.2,<4.0", + "psycopg[binary]>=3.3.3,<4.0", "redis>=5.0,<6.0", "sqlalchemy>=2.0,<3.0", "uvicorn>=0.34,<1.0",