Skip to content

Commit 35d571d

Browse files
authored
Merge pull request #211 from lukasmasuch/add-typing-extensions-min-version-pin
Add lower bound pin for typing-extensions
2 parents 4db2000 + 710f893 commit 35d571d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dynamic = ["version"]
3535
dependencies = [
3636
"attrs>=22.2.0",
3737
"rpds-py>=0.7.0",
38-
"typing-extensions; python_version<'3.13'",
38+
"typing-extensions>=4.4.0; python_version<'3.13'",
3939
]
4040

4141
[project.urls]

0 commit comments

Comments
 (0)