Skip to content

Commit 8119b58

Browse files
chore(deps)(deps): update fastapi requirement from ^0.115.0 to ^0.128.0
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.115.0...0.128.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c2fe1f commit 8119b58

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
@@ -22,7 +22,7 @@ packages = [
2222
python = "^3.12"
2323

2424
# Web Framework
25-
fastapi = "^0.115.0"
25+
fastapi = "^0.128.0"
2626
uvicorn = { extras = ["standard"], version = "^0.38.0" }
2727

2828
# Database (Async)

0 commit comments

Comments
 (0)