Skip to content

Commit a2f4544

Browse files
chore(deps): move deprecated dev-dependencies in pyproject.toml to dev group
1 parent 6f269ff commit a2f4544

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,16 @@ aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
4646
[tool.uv]
4747
managed = true
4848
required-version = ">=0.5.0"
49+
conflicts = [
50+
[
51+
{ group = "pydantic-v1" },
52+
{ group = "pydantic-v2" },
53+
],
54+
]
55+
56+
[dependency-groups]
4957
# version pins are in uv.lock
50-
dev-dependencies = [
58+
dev = [
5159
"pyright==1.1.399",
5260
"mypy",
5361
"respx",
@@ -60,14 +68,6 @@ dev-dependencies = [
6068
"rich>=13.7.1",
6169
"pytest-xdist>=3.6.1",
6270
]
63-
conflicts = [
64-
[
65-
{ group = "pydantic-v1" },
66-
{ group = "pydantic-v2" },
67-
],
68-
]
69-
70-
[dependency-groups]
7171
pydantic-v1 = [
7272
"pydantic>=1.9.0,<2",
7373
]

0 commit comments

Comments
 (0)