Skip to content

Commit

Permalink
Add missing typing_extensions dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Apr 10, 2024
1 parent 6b32219 commit b6578b6
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 @@ -32,6 +32,7 @@ dependencies = [
"sortedcontainers-pydantic",
"typenames",
"typer",
"typing_extensions>4 ; python_version < '3.12'",
]

[project.optional-dependencies]
Expand Down

0 comments on commit b6578b6

Please sign in to comment.