Skip to content

Commit 02551fe

Browse files
committed
Support newer typing-extensions, by request
1 parent 33be02b commit 02551fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requires = [
1616
"requests ~= 2.24",
1717
"toml ~= 0.10",
1818
"pyyaml ~= 5.3",
19-
"typing-extensions ~= 3.7.4.1",
19+
"typing-extensions >= 3.7",
2020
"python-jsonrpc-server ~= 0.3.4",
2121
"fett ~= 0.3.2",
2222
"networkx ~= 2.4",

0 commit comments

Comments
 (0)