We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698fb70 commit 479518cCopy full SHA for 479518c
pyproject.toml
@@ -14,6 +14,7 @@ python = '^3.9'
14
aiohttp = "3.10.2"
15
taskipy = "^1.13.0"
16
pydantic = {version = "^2.8.2", optional = true}
17
+typing-extensions = "^4.12.2"
18
19
[tool.poetry.extras]
20
pydantic = ["pydantic"]
0 commit comments