Skip to content

Commit f37ee79

Browse files
committed
fix typing requirement - exclude py version 3.11 and up
1 parent 15e6618 commit f37ee79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/typing.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
mypy
22
types-jsonschema
33
types-requests
4-
types-Flask
4+
types-Flask
5+
rpds-py<0.20.0; python_version < '3.11'

0 commit comments

Comments
 (0)