Skip to content

Commit

Permalink
Add lower bound pin for typing-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmasuch authored Jan 17, 2025
1 parent 4db2000 commit 710f893
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 @@ -35,7 +35,7 @@ dynamic = ["version"]
dependencies = [
"attrs>=22.2.0",
"rpds-py>=0.7.0",
"typing-extensions; python_version<'3.13'",
"typing-extensions>=4.4.0; python_version<'3.13'",
]

[project.urls]
Expand Down

0 comments on commit 710f893

Please sign in to comment.