Skip to content

Commit

Permalink
Merge pull request #204 from dwreeves/typing-extensions-lower-bound
Browse files Browse the repository at this point in the history
add lower bound to typing_extensions dependency
  • Loading branch information
dwreeves authored Jun 29, 2024
2 parents edddc19 + e7b135a commit 304249d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"click>=7",
'importlib-metadata; python_version < "3.8"',
"rich>=10.7",
"typing_extensions",
"typing_extensions>=4",
]
[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 304249d

Please sign in to comment.