Skip to content

Commit

Permalink
fix: Include typing_extensions in package dependencies. (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCardin authored Sep 26, 2024
1 parent 6f1fa0e commit 08ba15c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 37 deletions.
72 changes: 36 additions & 36 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.8,<4.0"
dependencies = [
"eval-type-backport; python_version<'3.10'"
"eval-type-backport; python_version<'3.10'",
"typing-extensions >= 4.1.0",
]

[project.urls]
Expand Down

0 comments on commit 08ba15c

Please sign in to comment.