Vote for your favorite SkillMD. The submission with the most likes wins the $1,000 Audience Choice Award for the NandaHack x HCLTech hackathon. Voting is open through September 25.Vote now →
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

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 diff

Checkout locally

git fetch origin pull/174/head:pr-174
git checkout pr-174