chore: sync AI review gate (pr-review-gate) - #868
Merged
Conversation
Automated deploy. Do not edit the gate here — change it in lagowski/pr-review-gate and redeploy.
This was referenced Aug 11, 2026
rlagowski
pushed a commit
that referenced
this pull request
Aug 11, 2026
…6) (#869) CI run #1734 failed pip-audit on branch chore/sync-pr-review-gate (#868), which carries a two-line gate sync and nothing else — the advisory landed after the last green run on develop and now blocks an unrelated PR. Same shape and same remedy as the postgres sibling in 8f3db0e. The direct requirement in apps/engine is `langgraph-checkpoint-sqlite>=2.0.0`, which resolved happily to the vulnerable 3.1.0, so the floor goes in the `constraints` list beside the other advisory floors rather than being tightened at the requirement — one list, read in one place, when the next advisory lands. That is the convention the langgraph-checkpoint / langsmith / msgpack entries already established. Verified with the exact command CI runs (`uv run pip-audit --ignore-vuln PYSEC-2025-183`) after `uv sync --all-packages --frozen`: "No known vulnerabilities found". The two skipped rows (code-review-council, dap-database) are the workspace's own packages — local, not on PyPI, skipped as designed. uv.lock: langgraph-checkpoint-sqlite 3.1.0 -> 3.1.1, no other resolution moved. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
rlagowski
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated sync of the unified AI review gate from lagowski/pr-review-gate.
Do not edit the workflow here — change it centrally in pr-review-gate and redeploy. Found a gate bug? Open an issue there.