We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e17b0fc + 757283e commit f1bee4dCopy full SHA for f1bee4d
1 file changed
requirements/adapter.txt
@@ -7,7 +7,8 @@ chalice>=1.28,<1.31; python_version<"3.9"
7
chalice>=1.32.0,<2; python_version>="3.9"
8
cheroot<12
9
CherryPy>=18,<19
10
-Django>=3,<6
+Django>=3.2,<4; python_version<"3.8"
11
+Django>=4.2.30,<6; python_version>="3.8"
12
falcon>=2,<4; python_version<"3.9"
13
falcon>=4.2.0,<5; python_version>="3.9"
14
fastapi>=0.70.0,<1
0 commit comments