chore: switch posit-bakery from poetry to uv#398
Merged
Conversation
- Replace build-system backend from poetry_dynamic_versioning to hatchling - Add [tool.hatch.version] with uv-dynamic-versioning source - Fix PEP 508 syntax: remove spaces before parentheses in dependencies - Replace [tool.poetry.group.dev.dependencies] with PEP 735 [dependency-groups] - Remove all [tool.poetry*] tables - Add [tool.uv-dynamic-versioning] with format-jinja (without enable = true) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0a796bb to
84b1d4b
Compare
bschwedler
approved these changes
Mar 25, 2026
Contributor
bschwedler
left a comment
There was a problem hiding this comment.
Thanks for doing this!
Contributor
There was a problem hiding this comment.
Did you intend to commit the plan(s)?
Contributor
Author
There was a problem hiding this comment.
Nope looks like the worktree skill did it! Interesting.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: replace pipx/poetry references with uv
- .claude/settings.json: poetry run -> uv run permission - .gitignore: poetry.lock section -> uv.lock section - justfile: error message now says uv tool install - setup-bakery/action.yml: pipx install -> uv tool install, add astral-sh/setup-uv@v6 step since uv isn't pre-installed on GHA runners like pipx is
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
[tool.poetry.group.dev.dependencies]to PEP 735[dependency-groups]; replacespoetry.lockwithuv.lockposit-bakery/justfileand CI (ci.yml) to useuv sync,uv run,uv build, andastral-sh/setup-uv@v5Test Plan
uv run pytestjust testpasses via updated justfile🤖 Generated with Claude Code