fix(release): bump uv.lock with release-please - #1166
Open
Brad-Edwards wants to merge 1 commit into
Open
Brad-Edwards wants to merge 1 commit into
Brad-Edwards wants to merge 1 commit into
Conversation
release-please's python updater rewrites pyproject.toml but not uv.lock, so the v5.6.0 release left main's lockfile at 5.5.0 and the uv-lock hook failed on the dev->main promotion. Add a toml extra-file for the lockfile's own aptl-labs entry and guard it with version-consistency tests.
|
This branch has not been deployed
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.



release-please's python updater rewrites
pyproject.tomlbut notuv.lock, so the v5.6.0 release left main's lockfileaptl-labsentry at 5.5.0 and theuv-lockpre-commit hook fails on the dev→main promotion (#1164).release-please-config.json: add atomlextra-file foruv.lock($.package[?(@.name.value=='aptl-labs')].version— release-please's TOML updater wraps scalars, hence.value).tests/test_version_consistency.py: assert uv.lock's own version equals pyproject's, and pin the extra-file config.After the v5.6.0 back-merge (#1165) lands, this branch picks up dev and regenerates
uv.lockto 5.6.0.