Canonicalize Pillow dependency constraint#2194
Conversation
Use canonical PEP 508 syntax to force GitHub's dependency graph to reparse the updated Pillow range. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: e2c6468b-1ee0-4d4b-bf77-923dea13a420
Coverage report (presidio-anonymizer)Click to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||||||||
Coverage report (presidio-structured)Click to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
Coverage report (presidio-cli)Click to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
There was a problem hiding this comment.
Pull request overview
Updates presidio-image-redactor’s Pillow dependency declaration to a canonical PEP 508 requirement string to trigger GitHub dependency graph/SBOM reparsing (without changing the effective version constraints).
Changes:
- Rewrites the Pillow requirement from
pillow (>=12.3.0,<13.0.0)topillow>=12.3.0,<13.0.0while preserving the exact version range.
Coverage report (presidio-image-redactor)Click to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||
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 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Closing as a duplicate of #2193, which contains the same focused PEP 508 syntax-only change and validation. |
Summary
>=12.3.0,<13.0.0version range exactlyThis is a dependency-graph reparsing workaround; it does not change the resolved Pillow version or any unrelated dependency.
uv.lockwas regenerated with uv 0.11.6 and remained unchanged.Validation
poetry check/tmp/presidio-uv-0116/bin/uv lock/tmp/presidio-uv-0116/bin/uv lock --checkgit diff --check