fix: replace deprecated dev-dependencies in examples/clients (#1518)

This commit is contained in:
Yukuan Jia
2025-10-28 22:09:14 +08:00
committed by GitHub
parent 31ae5f4dc4
commit 673423da0d
2 changed files with 4 additions and 4 deletions
@@ -39,5 +39,5 @@ ignore = []
line-length = 120
target-version = "py310"
[tool.uv]
dev-dependencies = ["pyright>=1.1.379", "pytest>=8.3.3", "ruff>=0.6.9"]
[dependency-groups]
dev = ["pyright>=1.1.379", "pytest>=8.3.3", "ruff>=0.6.9"]
@@ -44,5 +44,5 @@ ignore = []
line-length = 120
target-version = "py310"
[tool.uv]
dev-dependencies = ["pyright>=1.1.379", "pytest>=8.3.3", "ruff>=0.6.9"]
[dependency-groups]
dev = ["pyright>=1.1.379", "pytest>=8.3.3", "ruff>=0.6.9"]