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.
requirements-tests.txt
1 parent 98ed665 commit a63e661Copy full SHA for a63e661
requirements-tests.txt
@@ -2,15 +2,11 @@
2
-r requirements-docs-tests.txt
3
pytest >=7.0.1,<9.0.0
4
coverage[toml] >=6.2,<8.0
5
-# Remove when support for Python 3.8 is dropped
6
-mypy ==1.14.1; python_version < "3.9"
7
-mypy ==1.19.1; python_version >= "3.9"
+mypy ==1.19.1
8
ruff ==0.14.10
9
# For FastAPI tests
10
fastapi >=0.103.2,<0.126.0
11
httpx ==0.28.1
12
dirty-equals ==0.9.0
13
jinja2 ==3.1.6
14
15
-typing-extensions ==4.13.2; python_version < "3.9"
16
-typing-extensions ==4.15.0; python_version >= "3.9"
+typing-extensions ==4.15.0
0 commit comments