Skip to content

Commit

Permalink
Update fastapi requirement from <0.113 to <0.115
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.114.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 480c661 commit 2eb1504
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 @@ -181,7 +181,7 @@ release-cfr = [
"pyinstaller<7",
]
service = [
"fastapi<0.113",
"fastapi<0.115",
"uvicorn<0.31",
]
test = [
Expand Down

0 comments on commit 2eb1504

Please sign in to comment.