Skip to content

Commit

Permalink
Update fastapi requirement from <0.115 to <0.116
Browse files Browse the repository at this point in the history
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.1.11...0.115.2)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 394e7ae commit 115227a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ release-cfr = [
"pyinstaller<7",
]
service = [
"fastapi<0.115",
"fastapi<0.116",
"uvicorn<0.31",
]
test = [
Expand Down

0 comments on commit 115227a

Please sign in to comment.