We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev-dependencies
pyproject.toml
1 parent 6f269ff commit a2f4544Copy full SHA for a2f4544
pyproject.toml
@@ -46,8 +46,16 @@ aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
46
[tool.uv]
47
managed = true
48
required-version = ">=0.5.0"
49
+conflicts = [
50
+ [
51
+ { group = "pydantic-v1" },
52
+ { group = "pydantic-v2" },
53
+ ],
54
+]
55
+
56
+[dependency-groups]
57
# version pins are in uv.lock
-dev-dependencies = [
58
+dev = [
59
"pyright==1.1.399",
60
"mypy",
61
"respx",
@@ -60,14 +68,6 @@ dev-dependencies = [
68
"rich>=13.7.1",
69
"pytest-xdist>=3.6.1",
62
70
]
63
-conflicts = [
64
- [
65
- { group = "pydantic-v1" },
66
- { group = "pydantic-v2" },
67
- ],
-]
-
-[dependency-groups]
71
pydantic-v1 = [
72
"pydantic>=1.9.0,<2",
73
0 commit comments