Skip to content

Commit 312bd27

Browse files
authored
Use dependency-groups.dev in python/pyproject.toml (#4049)
## Changes Fix warning: ``` warning: The `tool.uv.dev-dependencies` field (used in `pyproject.toml`) is deprecated and will be removed in a future release; use `dependency-groups.dev` instead ```
1 parent 9202af4 commit 312bd27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ dependencies = [
1818
requires = ["flit_core >=3.11,<4"]
1919
build-backend = "flit_core.buildapi"
2020

21-
[tool.uv]
22-
dev-dependencies = [
21+
[dependency-groups]
22+
dev = [
2323
"pyright==1.1.380",
2424
"pytest-cov==5.0.0",
2525
"pytest==8.3.3",

0 commit comments

Comments
 (0)