Skip to content

Commit 479518c

Browse files
🩹 fix: added missing package 'typing_extensions'
1 parent 698fb70 commit 479518c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ python = '^3.9'
1414
aiohttp = "3.10.2"
1515
taskipy = "^1.13.0"
1616
pydantic = {version = "^2.8.2", optional = true}
17+
typing-extensions = "^4.12.2"
1718

1819
[tool.poetry.extras]
1920
pydantic = ["pydantic"]

0 commit comments

Comments
 (0)