{{ message }}
Fix PyPy Poetry cache failures and refresh audited dependency metadata#5
Draft
Copilot wants to merge 7 commits into
Draft
Fix PyPy Poetry cache failures and refresh audited dependency metadata#5Copilot wants to merge 7 commits into
Copilot wants to merge 7 commits into
Conversation
Copilot created this pull request from a session on behalf of
HarithaVattikuti
June 12, 2026 18:47
View session
Copilot
AI
changed the title
Fix PyPy 3.10 poetry test failure by pinning packaging<26
Stabilize PyPy Poetry cache job and align audited dependency license metadata
Jun 12, 2026
Owner
Copilot stopped work on behalf of
HarithaVattikuti due to an error
June 18, 2026 21:51
Author
Implemented in d640171. I added the requested |
Copilot
AI
changed the title
Stabilize PyPy Poetry cache job and align audited dependency license metadata
Fix PyPy Poetry cache failures and refresh audited dependency metadata
Jun 18, 2026
Owner
|
@copilot Add only the removed "Bootstrap packaging" step |
…ndencies-caching job
Author
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.

Description:
PyPy jobs in the
python-poetry-dependencies-cachingmatrix were failing due to apackaging>=26incompatibility with PyPy'ssysconfig. This pinspackagingin the testpyproject.tomlto<26, keeping Poetry dependency resolution compatible across all Python/PyPy versions.PyPy compatibility fix
packaging = ">=22.0,<26"constraint to__tests__/data/pyproject.tomlto prevent Poetry from resolving apackagingversion incompatible with PyPy'ssysconfig.get_config_var('EXT_SUFFIX').Dependency security refresh
npm audit fix; bumped transitive deps (fast-xml-parser,strnum, et al.) inpackage-lock.json.Licensed metadata sync
.licenses/npm/*.dep.ymlentries for bumped packages.@nodable/entities,anynum,xml-naming).Related issue:
N/A
Check list: