Commit 45688a4
authored
Move tool.uv.dev-dependencies (deprecated) to dependency-groups.dev (#5063)
## Summary
- Move `python/codegen/pyproject.toml` off the deprecated `[tool.uv]
dev-dependencies` key onto the [PEP
735](https://peps.python.org/pep-0735) `[dependency-groups] dev` table.
- See
https://docs.astral.sh/uv/concepts/projects/dependencies/#legacy-dev-dependencies
for the upstream deprecation note.
- `uv.lock` does not need regeneration: uv represents both forms with
the same `[package.dev-dependencies]` /
`[package.metadata.requires-dev]` structure.
## Test plan
- [ ] `uv lock --check` in `python/codegen/` passes (lockfile still
consistent with `pyproject.toml`).
This pull request and its description were written by Isaac.1 parent c548038 commit 45688a4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
0 commit comments