Skip to content

Commit

Permalink
Update fastapi requirement from <0.90 to <0.92
Browse files Browse the repository at this point in the history
Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](tiangolo/fastapi@0.1.11...0.91.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and amotl committed Feb 13, 2023
1 parent 72af0f8 commit 87cd34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
],
extras_require={
"service": [
"fastapi<0.90",
"fastapi<0.92",
"uvicorn<0.21",
],
},
Expand Down

0 comments on commit 87cd34f

Please sign in to comment.