Chore(deps): Bump pillow-heif from 0.22.0 to 1.3.0#11
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
johnmathews
added a commit
that referenced
this pull request
May 9, 2026
…d OCR-primary inversions
Verification pass after the 2026-05-09 archive + audit cycle:
1. lychee link checker (offline) on docs/ — fixed one broken cross-repo link
in development.md (../../journal-webapp/docs/... → ../../webapp/docs/...);
reflects the local sibling-repo layout where webapp/ lives next to server/.
2. codespell on docs/ — one fix in search.md (unparseable → unparsable). The
other findings were either project terminology ("master plan") or false
positives (collections.deque).
3. Re-read of three substantive rewrites surfaced the dual-pass-OCR inversion
bug in two more places the original audit missed:
- external-services.md "Vision LLM available providers" table had Gemini
2.5 Pro labelled "**Current primary.**" and Anthropic Opus 4.6 labelled
"Switchable alternative." Inverted: Anthropic is now "Current dual-pass
primary", Gemini is "Current dual-pass secondary".
- external-services.md dependency-comment in pyproject.toml excerpt called
google-genai the OCR primary — same fix.
- external-services.md cost summary clarified that the per-entry total
under dual-pass is ~$0.18, not the ~$0.09 single-pass figure.
- roadmap.md Tier 3 #9 (OCR context priming evaluation) and #11 (grow
glossary) referenced "OCR_PROVIDER=gemini" / "OCR_MODEL=gemini-2.5-pro"
as env vars; the actual prod state has runtime_settings.ocr_provider=
gemini, but with OCR_DUAL_PASS=true the runtime setting is ignored and
Anthropic Opus 4.6 is the primary. Rewrote both items.
- security-roadmap.md item 7 (ZDR) had wildcard paths (services/
transcription_*, services/entity_extraction/) that don't match the real
module layout — replaced with the actual provider-module paths.
- security-roadmap.md item 16 (TOTP) overstated "Cloudflare Tunnel +
Cloudflare Access posture" as if Access were confirmed; only Tunnel is
visible in the repo. Softened to "any Cloudflare Access policy that may
be configured — verify before relying on it".
The OCR primary/secondary inversion was the same bug found in ocr-context.md
and external-services.md during the original audit; it had also propagated
to the roadmap and the provider-comparison table without being caught.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
88873f1 to
198c254
Compare
Bumps [pillow-heif](https://github.com/bigcat88/pillow_heif) from 0.22.0 to 1.3.0. - [Release notes](https://github.com/bigcat88/pillow_heif/releases) - [Changelog](https://github.com/bigcat88/pillow_heif/blob/master/CHANGELOG.md) - [Commits](bigcat88/pillow_heif@v0.22.0...v1.3.0) --- updated-dependencies: - dependency-name: pillow-heif dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
198c254 to
a8ead44
Compare
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.
Bumps pillow-heif from 0.22.0 to 1.3.0.
Release notes
Sourced from pillow-heif's releases.
Changelog
Sourced from pillow-heif's changelog.
... (truncated)
Commits
6bffca6v1.3.0 [publish]8305a15fix: raise proper ValueError instead of SIGSEGV (#411)d9f773afeat: add pixel aspect ratio (pasp) read/write support (#408)83ac5cachore(deps): update github artifact actions (#394)49c9254usepytest.approxin the tests suite to satisfy RUF069 rule (#406)d306a8bchore(deps): update actions/checkout action to v6 (#393)44643c8feat: add no-GIL support (#405)1d12ae3v1.2.1 [publish]9a24864chore(deps): update dependency opencv-python to v4.13.0.92 (#401)e3982e4fix(macOS): crash when cv2 and pillow_heif both bundle libx265 (#403)