Skip to content

Commit 8d672e8

Browse files
chore: update fastapi requirement in /examples/fastapi
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.139.0...0.139.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1aeb5d4 commit 8d672e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/fastapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fastapi-example"
33
version = "0"
44
requires-python = ">=3.12"
55
dependencies = [
6-
"fastapi~=0.139.0",
6+
"fastapi~=0.139.2",
77
"uvicorn-hmr[all]",
88
]
99

0 commit comments

Comments
 (0)