Skip to content

Commit a370e11

Browse files
chore(deps-dev): update fastapi requirement from <1,>=0.70.0 to >=0.128.8,<1 (#1524)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@slack-corp.com>
1 parent c1a66dc commit a370e11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/adapter_dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Django>=3.2,<4; python_version<"3.8"
1111
Django>=4.2.30,<6; python_version>="3.8"
1212
falcon>=2,<4; python_version<"3.9"
1313
falcon>=4.2.0,<5; python_version>="3.9"
14-
fastapi>=0.70.0,<1
14+
fastapi>=0.70.0,<1; python_version<"3.9"
15+
fastapi>=0.128.8,<1; python_version>="3.9"
1516
Flask>=1,<4; python_version<"3.9"
1617
Flask>=3.1.3,<4; python_version>="3.9"
1718
Werkzeug>=2,<3; python_version<"3.9"

0 commit comments

Comments
 (0)