Skip to content

Commit

Permalink
Limit typing-extensions version for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Jun 6, 2024
1 parent 023a1da commit 8fda614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ dependencies = [
"anyio>=3.7.1,<5",
"fast-depends>=2.4.0b0,<2.5.0",
"typer>=0.9,!=0.12,<1",
"typing-extensions>=4.8.0",
"typing-extensions>=4.8.0,<4.12.1; python_version < '3.9'",
"typing-extensions>=4.8.0; python_version >= '3.9'",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 8fda614

Please sign in to comment.