Skip to content

Commit

Permalink
Merge pull request #211 from lukasmasuch/add-typing-extensions-min-ve…
Browse files Browse the repository at this point in the history
…rsion-pin

Add lower bound pin for typing-extensions
  • Loading branch information
Julian authored Jan 17, 2025
2 parents 4db2000 + 710f893 commit 35d571d
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 35d571d

Please sign in to comment.