Skip to content

Commit 3a1eabe

Browse files
chore(deps): update fastapi requirement from >=0.119.0 to >=0.136.1
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.119.0...0.136.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d06ab0 commit 3a1eabe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8-
"fastapi[standard]>=0.119.0",
8+
"fastapi[standard]>=0.136.1",
99
"uvicorn>=0.37.0",
1010
]
1111

0 commit comments

Comments
 (0)