Skip to content

Commit 0c0dd5e

Browse files
update falcon dependency
1 parent f58bb0c commit 0c0dd5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/adapter.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ chalice>=1.28,<2;
77
cheroot<12
88
CherryPy>=18,<19
99
Django>=3,<6
10-
falcon>=4.2.0,<5; python_version<"3.11"
11-
falcon>=3.1.1,<5; python_version>="3.11"
10+
falcon>=2,<4; python_version<"3.9"
11+
falcon>=4.2.0,<5; python_version>="3.9"
1212
fastapi>=0.70.0,<1
1313
Flask>=1,<4
1414
Werkzeug>=2,<3; python_version<"3.9"

0 commit comments

Comments
 (0)