chore(deps): pin osxphotos>=0.75.6 + dependency audit#24
Merged
Conversation
Pin osxphotos to >=0.75.6 in pyproject.toml so we capture the LetsMove-Kill-on-Hang protection (osxphotos v0.69+) and lock out accidental downgrades, while still allowing future patch/minor updates. Per STABILITY_PLAN_2026-05-15.md. Audit: - uv lock produced no transitive bumps (resolver was already at osxphotos 0.75.6); only the dependency specifier line in uv.lock changed. - Tests: 263 passed (baseline parity).
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.
Summary
Pins
osxphotosto>=0.75.6inpyproject.tomlso the resolver locks out accidental downgrades below the version that includes the LetsMove-Kill-on-Hang protection (osxphotos v0.69+), while still allowing future patch/minor updates.Rationale: STABILITY_PLAN_2026-05-15.md.
Dependency Audit
Before vs. after
uv lock(diff /tmp/uv.lock.before uv.lock):no transitive bumps — the resolver was already at
osxphotos 0.75.6, so adding the lower bound did not change any resolved versions. The onlyuv.lockchange is the dependency specifier record itself:No major bumps; no back-pinning required.
Verification
Baseline parity (263 passed) preserved.
Task: W2-2 (
9728d3e9-c401-4914-9f90-41a1cdde9373).Pull Request opened by Augment Code with guidance from the PR author