Skip to content

Commit 52d44cb

Browse files
committed
Linter forces typing_extensions, so add it to deps
Signed-off-by: Emre Şafak <[email protected]>
1 parent b9f3761 commit 52d44cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ dependencies = [
4747
"filelock>=3.12.2,<4",
4848
"importlib-metadata>=6.6; python_version<'3.8'",
4949
"platformdirs>=3.9.1,<5",
50+
"typing-extensions>=4; python_version<'3.11'",
5051
]
5152
optional-dependencies.docs = [
5253
"furo>=2023.7.26",

0 commit comments

Comments
 (0)