From 359c5c270e5fe3785db80b0e226f3e96b6904f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 04:23:58 +0000 Subject: [PATCH] chore(deps): update psycopg requirement from <4.0,>=3.1 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.1...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 63223cc..d75f04c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "AGPL-3.0-or-later" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.27.0,<2.0", - "psycopg[binary]>=3.1,<4.0", + "psycopg[binary]>=3.3.3,<4.0", "psycopg_pool>=3.2,<4.0", "alembic>=1.18.4,<2.0", "sqlalchemy>=2.0,<3.0",