Canonicalize Pillow requirement syntax#2195
Open
SharonHart wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: e2c6468b-1ee0-4d4b-bf77-923dea13a420
Contributor
Coverage report (presidio-anonymizer)Click to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||||||||
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the presidio-image-redactor package metadata to canonicalize the Pillow dependency specifier (removing optional PEP 508 parentheses) while keeping the same version range, to trigger GitHub dependency-graph/SBOM reparsing and eliminate a stale duplicated entry.
Changes:
- Update Pillow requirement string from
pillow (>=12.3.0,<13.0.0)topillow>=12.3.0,<13.0.0(no version-range change).
Contributor
Coverage report (presidio-structured)Click to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
Contributor
Coverage report (presidio-image-redactor)Click to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||
Contributor
Coverage report (presidio-cli)Click to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
Contributor
Coverage report (presidio-analyzer)Click to see where and how coverage changed
The report is truncated to 25 files out of 72. To see the full report, please visit the workflow summary page. This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Contributor
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.
Change Description
Canonicalize the image redactor Pillow requirement to
pillow>=12.3.0,<13.0.0without changing its version range. This is a GitHub dependency-graph/SBOM reparsing workaround after #2188: removing the optional PEP 508 parentheses prompts GitHub to reparse the source requirement and discard the stale duplicate Pillow 12.2.0 entry.uv.lockwas regenerated with uv 0.11.6 and remained unchanged. This replaces #2193 solely to use the required branch name.Issue reference
Follow-up to #2188.
Checklist
Validation:
poetry checkuv tool run --from uv==0.11.6 uv lock --checkgit diff --check