Skip to content

Commit 8573f18

Browse files
authored
build: update typing-extensions dependency
1 parent 70212b7 commit 8573f18

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
@@ -20,7 +20,7 @@ dynamic = ["version"]
2020
requires-python = ">=3.8"
2121
dependencies = [
2222
"beartype>=0.16.2",
23-
"typing-extensions>=4.9.0; python_version<='3.10'",
23+
"typing-extensions>=4.9.0",
2424
"rich>=10.0"
2525
]
2626

0 commit comments

Comments
 (0)