We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935d896 commit 1faefe8Copy full SHA for 1faefe8
requirements-tests.txt
@@ -9,4 +9,6 @@ fastapi >=0.103.2
9
httpx ==0.28.1
10
dirty-equals ==0.9.0
11
jinja2 ==3.1.6
12
-typing-extensions ==4.13.2
+# Remove when support for Python 3.8 is dropped
13
+typing-extensions ==4.13.2; python_version < "3.9"
14
+typing-extensions ==4.15.0; python_version >= "3.9"
0 commit comments