Skip to content

Commit c543356

Browse files
Update adapter.txt
1 parent d00d4e9 commit c543356

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/adapter.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ chalice>=1.28,<1.31; python_version<"3.9"
77
chalice>=1.32.0,<2; python_version>="3.9"
88
cheroot<12
99
CherryPy>=18,<19
10-
Django>=4.2.30,<6
10+
Django>=3.2,<4; python_version<"3.8"
11+
Django>=4.2.30,<6; python_version>="3.8"
1112
falcon>=2,<4; python_version<"3.9"
1213
falcon>=4.2.0,<5; python_version>="3.9"
1314
fastapi>=0.70.0,<1

0 commit comments

Comments
 (0)