Skip to content

Commit

Permalink
Update to FastAPI 0.96
Browse files Browse the repository at this point in the history
This commit will update/upgrade to FastAPI 0.96.
FastAPI 0.96 improves the performance of `create_cloned_field`,
which is used by FastAPI internally when instantiating API routes.

https://fastapi.tiangolo.com/release-notes/
fastapi/fastapi#8609
  • Loading branch information
br3ndonland committed Jun 11, 2023
1 parent c22f101 commit a83bd71
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 @@ -45,7 +45,7 @@ docs = [
"mkdocs-material>=8,<9",
]
fastapi = [
"fastapi>=0.95,<0.96",
"fastapi>=0.96,<0.97",
]
starlette = [
"starlette>=0.27,<0.28",
Expand Down

0 comments on commit a83bd71

Please sign in to comment.