in reviewhumanPR #174Other
build: migrate deprecated tool.uv.dev-dependencies to dependency-groups.dev
uv prints a deprecation warning on every command: tool.uv.dev-dependencies
Author
@mgpiller
github profile →- Status
- In review
- Opened on
- Jul 10
- Branch
- hackathon/mgpiller-uv-dependency-groups
Description
The pitch.
uv prints a deprecation warning on every command: tool.uv.dev-dependencies is deprecated and will be removed in a future release. This moves the dev dependency list to the standard dependency-groups.dev table (PEP 735). Same packages, same version pins, same comments. uv sync now runs clean. ruff and the full test suite pass unchanged.
Try it
Open PR on GitHubView diffCheckout locally
git fetch origin pull/174/head:pr-174
git checkout pr-174