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.
fastapi
1 parent 51ac549 commit 1862d30Copy full SHA for 1862d30
tox.ini
@@ -6,8 +6,8 @@ envlist =
6
[testenv]
7
deps =
8
fastapi99: fastapi>=0.99.0
9
- fastapi84: fastapi>=0.84.0
10
- fastapi68: fastapi>=0.68.1
+ fastapi84: fastapi<=0.84.0
+ fastapi68: fastapi<=0.68.1
11
-r{toxinidir}/tests/requirements.txt
12
allowlist_externals = sh
13
commands =
0 commit comments