Skip to content

Commit b5842f0

Browse files
committed
RDCIST-3853: Solve warning: The tool.uv.dev-dependencies
1 parent 920c946 commit b5842f0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

examples/clients/simple-streamable-private-gateway/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ ignore = []
4242
line-length = 120
4343
target-version = "py310"
4444

45-
[tool.uv]
46-
dev-dependencies = ["pyright>=1.1.379", "pytest>=8.3.3", "ruff>=0.6.9"]
45+
[dependency-groups]
46+
dev = ["pyright>=1.1.379", "pytest>=8.3.3", "ruff>=0.6.9"]

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ dev = [
6363
"inline-snapshot>=0.23.0",
6464
"dirty-equals>=0.9.0",
6565
"coverage[toml]==7.10.7",
66+
"typer>=0.16.0",
67+
"python-dotenv>=1.0.0",
68+
"websockets>=15.0.1",
6669
]
6770
docs = [
6871
"mkdocs>=1.6.1",

uv.lock

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)