Skip to content

Commit

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

FastAPI 0.105 adds support for `Annotated` dependencies with multiple
type annotations.
  • Loading branch information
br3ndonland committed Dec 30, 2023
1 parent 2529780 commit 5bc3013
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.104,<0.105",
"fastapi>=0.105,<0.106",
]
starlette = [
"starlette>=0.27,<0.28",
Expand Down

0 comments on commit 5bc3013

Please sign in to comment.