Skip to content

Commit 4663a67

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

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.136.1",
8+
"fastapi[standard]>=0.136.3",
99
"uvicorn>=0.47.0",
1010
]
1111

0 commit comments

Comments
 (0)