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 94a7d1a commit 8dca285Copy full SHA for 8dca285
requirements-tests.txt
@@ -2,7 +2,9 @@
2
-r requirements-docs-tests.txt
3
pytest >=7.0.1,<9.0.0
4
coverage[toml] >=6.2,<8.0
5
-mypy ==1.14.1
+# Remove when support for Python 3.8 is dropped
6
+mypy ==1.14.1; python_version < "3.9"
7
+mypy ==1.18.2; python_version >= "3.9"
8
ruff ==0.13.2
9
# For FastAPI tests
10
fastapi >=0.103.2
0 commit comments