deps(py): update psycopg requirement from >=3.3.3 to >=3.3.4 in /backend#581
Conversation
Review Council Results4 tests 2 ✅ 0s ⏱️ For more details on these failures, see this check. Results for commit a2a4102. ♻️ This comment has been updated with latest results. |
|
Dependabot sweep — automated triage Bucket: A (patch bump, same major — would normally auto-merge)
Diff is bumps-only ✅ — two files updated ( Blocked — not merged. The Action for human: Once Generated by Claude Code |
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](psycopg/psycopg@3.3.3...3.3.4) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
24ffa83 to
a2a4102
Compare
Blb3D
left a comment
There was a problem hiding this comment.
Approving — psycopg constraint floor bump from >=3.3.3 to >=3.3.4, two files (requirements.txt + requirements.win-postgres.txt), bumps-only diff. Auto-rebased onto post-#591 main; the only effective change is the psycopg floor.
3.3.4 release notes: spurious connection timeout fix in C extension, client-side enum adaptation with quoted names, executemany() statusmessage consistency. All bug fixes, no breaking changes.
CI status:
- Backend Unit & Integration Tests: SUCCESS
- FilaOps CI (backend, frontend): SUCCESS
- CodeQL (Python + JavaScript): SUCCESS
- PRO Code Guard: SUCCESS
- GitGuardian: SUCCESS
- Review Council (dedicated workflow): SUCCESS
Review Council JUnit-published FAILURE — confirmed false positive: annotations cite src/config.js:42 and src/db/queries.js:87 which do not exist anywhere in FilaOps (no such files in frontend/src/, backend/app/, or anywhere else). These are generic placeholder paths from the external review-council tool's template fallback. The actual stored Guardian findings in .code-conclave/reviews/guardian-findings.json are from a 2026-02-15 scan and target real FilaOps files (settings.py SECRET_KEY validator, customer_service.py wildcard search) — those are real concerns worth triaging separately, but they predate this PR by 3 months and are unrelated to a psycopg floor bump.
Updates the requirements on psycopg to permit the latest version.
Changelog
Sourced from psycopg's changelog.
... (truncated)
Commits
83f1103chore: bump psycopg_pool package version to 3.3.11828770chore: bump psycopg package version to 3.3.48be14bbMerge pull request #1301 from oliverhaas/fix/sync-pool-open-raceaee0bf2fix(pool): fix race in the construction of the sync ConnectionPool lockbc4d303chore(deps): bump the actions group across 1 directory with 4 updates785379ffix: retain statusmessage after executemany with returning=False8882a73perf: do less if X in Y: return Y[X] for cache-like patterns2f78539Merge pull request #1299 from dvarrazzo/fix-camel-enum37ef1dctest: skip test on crdb depending on precise regtype behaviour7f2f1d1fix: fix client-side representation of enums requiring quotes