Skip to content

Commit

Permalink
fix: Include typing_extensions in package dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCardin committed Sep 26, 2024
1 parent 6a92c57 commit 208973c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ license = { text = "MIT" }
requires-python = ">=3.8,<4.0"
dependencies = [
"eval-type-backport; python_version<'3.10'"
"typing-extensions >= 4.1.0",
]

[project.urls]
Expand Down

0 comments on commit 208973c

Please sign in to comment.