Bump the policyengine-us engine lock to 1.819.0 (pin-unlock step 0; blocked on take-up mapping for 4 new programs) - #752
Draft
MaxGhenis wants to merge 2 commits into
Draft
Conversation
The build packages allow policyengine-us>=1.745.0,<2 but uv.lock has resolved 1.764.6 since 2026-07-06, so every Populace build since Build I was produced with that engine and policyengine.py's certification has mirrored it (compatibility_basis: built_with_model_package). Moving the lock is the first step toward a build on a current engine; the certified pin in policyengine.py only moves once such a build is certified. uv lock --upgrade-package policyengine-us: 1.764.6 -> 1.819.0 (pulls policyengine-core 3.26.11 -> 3.31.0). No other packages changed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…dow premise Per the guard's own instructions: the window test was re-run in a [us]-extra environment on policyengine-us 1.819.0 and the TY2025-TY2028 premise holds (overtime and tip deductions absent at 2024-01-01 and 2029-01-01, present at 2025/2026/2028 in both deduction lists), so the locked-pin guard moves with the lock. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
Step-0 results (2026-08-23,
|
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.
Step 0 of unblocking the US model pin. Draft on purpose — the decision to build and certify on a new engine is the maintainer's.
Why the pin has been stuck
policyengine.py has pinned
policyengine-us==1.764.6in every bundle through 5.0.3 while PyPI is at 1.819.0. Nobody decided that; it's mechanical: pe.py's certification mirrors the engine a Populace build was built with (compatibility_basis: built_with_model_package, see policyengine.py#475), and this repo'suv.lockhas resolved 1.764.6 since 2026-07-06 — so Builds I, J, M, O and P were all produced on 1.764.6 and every certification re-pinned it. The spec already allowspolicyengine-us>=1.745.0,<2; only the lock was stale.This PR
uv lock --upgrade-package policyengine-us: 1.764.6 → 1.819.0 (pullspolicyengine-core3.26.11 → 3.31.0). Nothing else in the lock changed.What CI tells us
Whether the build packages still resolve, import and pass their unit tests against a current engine. It does not run a build.
What comes after (separate, gated)
scripts/certify_data_release.pyin policyengine.py against that release;generaterewrites thepolicyengine-uspin automatically when the built-with version moves (the Build M runbook, step 4).That chain is what finally ships the Oregon Kids' Credit fixes (pe-us ≥ 1.775.7) and the uprating-freeze fix to policyengine.org.
🤖 Generated with Claude Code