Skip to content

chore(deps): move build off the yanked 1.5.1 release - #1087

Merged
abrichr merged 1 commit into
mainfrom
chore/unpin-yanked-build
Aug 3, 2026
Merged

chore(deps): move build off the yanked 1.5.1 release#1087
abrichr merged 1 commit into
mainfrom
chore/unpin-yanked-build

Conversation

@abrichr

@abrichr abrichr commented Aug 3, 2026

Copy link
Copy Markdown
Member

Summary

Follow-up to #1086. uv.lock pins build==1.5.1, which PyPI has yanked (reason: "Considers breaking changes, will discuss re-releasing as a new major version"). Every uv lock operation warns about it, and fresh environments install a yanked release.

This re-locks build at 1.5.0, the latest non-yanked release. build is a dev-group tool only (dev = ["build>=1.2.0", ...]); nothing shipped depends on it. uv lock --check passes; the diff is the three lock lines for the build entry.

Test plan

  • run-ci matrix green
  • validate-platform-manifest green

🤖 Generated with Claude Code

PyPI yanked build 1.5.1 ("Considers breaking changes, will discuss
re-releasing as a new major version"). Re-lock at 1.5.0, the latest
non-yanked release, so fresh syncs stop installing a yanked version
and uv stops warning on every lock operation.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@abrichr
abrichr merged commit f8369b2 into main Aug 3, 2026
11 checks passed
@abrichr
abrichr deleted the chore/unpin-yanked-build branch August 3, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant