Skip to content

Commit b5ea09e

Browse files
chore(deps-dev): update fastapi requirement
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.70.0...0.128.8) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1a66dc commit b5ea09e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/adapter_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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.128.8,<1
1515
Flask>=1,<4; python_version<"3.9"
1616
Flask>=3.1.3,<4; python_version>="3.9"
1717
Werkzeug>=2,<3; python_version<"3.9"

0 commit comments

Comments
 (0)