build: add hashed Python 3.11 CI lock#356
Merged
Merged
Conversation
Compile the Python 3.11 Linux CI graph with pinned artifacts and hashes, install it with hash enforcement, and verify deterministic regeneration while retaining ranged cross-platform source requirements.
Agentic PR ReviewVerdict: needs-human Checks:
This PR is not blocked from human review, but the agentic gate is not satisfied. |
This was referenced Jul 20, 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.
Closes #329
Summary
--require-hashesand audit that exact graph in CIpip-toolsregeneration plus a Linux CI no-diff checkAcceptance Self-Check
requirements-ci.txthas at least one SHA-256 hash--require-hashesnpm run lock:python-cideterministically targets CPython 3.11 manylinux x86_64Verification
requirements-ci.txtwith--require-hashesnpm run verify: 554 Python tests and 7 frontend tests passed; build, portal E2E, docs, public boundary, dry-run smoke, package boundary, and doctor passedpip-audit -r requirements-ci.txt: no known vulnerabilitiesgit diff --checkpassedThe 1,291-line generated lock is the intentional bulk of this 10-file change. No provider calls, global installs, package-manager migration, deployment, or unrelated dependency upgrade was performed.