Skip to content

Commit 03dc68d

Browse files
committed
fix typing-extensions dependency specifier
1 parent dd3f08e commit 03dc68d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ rich = { version = ">=10.11.0,<14.0.0", optional = true }
5555

5656
shellingham = ">=1.5.4"
5757

58-
# we need this on 3.8 for Annotated types
59-
typing-extensions = { version = ">=3.7.4.3", python = "<3.9" }
58+
# we need this on 3.8 for Annotated types and 3.9 for ParamSpec
59+
typing-extensions = { version = ">=3.7.4.3", markers = "python_version < '3.10'" }
6060

6161

6262
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)