Skip to content

Commit

Permalink
Update to FastAPI 0.104
Browse files Browse the repository at this point in the history
This commit will update/upgrade to
[FastAPI 0.104](https://fastapi.tiangolo.com/release-notes/).

FastAPI 0.104 drops support for Python 3.7 and adds API reference docs
available [here](https://fastapi.tiangolo.com/reference/).
  • Loading branch information
br3ndonland committed Nov 13, 2023
1 parent 1a5450b commit 882084c
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 @@ -43,7 +43,7 @@ docs = [
"mkdocs-material>=9,<10",
]
fastapi = [
"fastapi>=0.103,<0.104",
"fastapi>=0.104,<0.105",
]
starlette = [
"starlette>=0.27,<0.28",
Expand Down

0 comments on commit 882084c

Please sign in to comment.