Skip to content

Commit

Permalink
fix: requires typing-extensions below 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Sep 9, 2024
1 parent df214ba commit a91c599
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ dependencies = [
"packaging",
"toml; python_version < '3.11'",
"pydantic~=2.0",
"argcomplete>=3"
"argcomplete>=3",
"typing-extensions; python_version < '3.11'",
]

[project.optional-dependencies]
dev = [
"typing-extensions; python_version < '3.8'",
]
test = [
"pytest",
"pytest-cov",
Expand Down

0 comments on commit a91c599

Please sign in to comment.