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 b56fa37 commit 8cc9874Copy full SHA for 8cc9874
requirements-tests.txt
@@ -2,9 +2,7 @@
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.18.2; python_version >= "3.9"
+mypy ==1.10.0
8
ruff ==0.13.2
9
# For FastAPI tests
10
fastapi >=0.103.2
0 commit comments