From c3854408e9f32afd0763585946e852ba58412579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:16:03 +0000 Subject: [PATCH 1/2] chore(deps): update psycopg[binary,pool] requirement Updates the requirements on [psycopg[binary,pool]](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.4) --- updated-dependencies: - dependency-name: psycopg[binary,pool] dependency-version: 3.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index c40df64a..4660c2c5 100644 --- a/uv.lock +++ b/uv.lock @@ -587,7 +587,7 @@ requires-dist = [ { name = "langgraph-checkpoint-postgres", specifier = ">=2.0" }, { name = "langgraph-checkpoint-sqlite", specifier = ">=2.0.0" }, { name = "packaging", specifier = ">=24.0" }, - { name = "psycopg", extras = ["binary", "pool"], specifier = ">=3.2" }, + { name = "psycopg", extras = ["binary", "pool"], specifier = ">=3.3.4" }, { name = "pydantic", specifier = ">=2.9.2" }, { name = "pyjwt", extras = ["crypto"], specifier = ">=2.13.0" }, { name = "sqlalchemy", specifier = ">=2.0.36" }, From 9b48a1e6e0e38e31c7ef2cbc431cadc56f108c1f Mon Sep 17 00:00:00 2001 From: rafeekpro <423235+rafeekpro@users.noreply.github.com> Date: Wed, 17 Jun 2026 11:31:05 +0200 Subject: [PATCH 2/2] fix(deps): align pyproject.toml psycopg floor with dependabot lock bump Dependabot edited uv.lock to require psycopg>=3.3.4 but left pyproject.toml at >=3.2, so 'uv lock --check' failed in CI. This commit bumps the pyproject.toml constraint to match, matching dependabot's actual intent for the security/stability floor. Co-Authored-By: Claude Opus 4.7 --- apps/engine/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/engine/pyproject.toml b/apps/engine/pyproject.toml index 0659e1d8..5f26ca5b 100644 --- a/apps/engine/pyproject.toml +++ b/apps/engine/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "langgraph-checkpoint-sqlite>=2.0.0", "packaging>=24.0", # PostgreSQL backend (optional — only used when DAP_DATABASE_URL points to pg) - "psycopg[binary,pool]>=3.2", + "psycopg[binary,pool]>=3.3.4", "langgraph-checkpoint-postgres>=2.0", # Auth (v0.3 — see #299). # `fastapi-users[sqlalchemy]` pulls aiosqlite already; the `oauth`