Skip to content

Commit

Permalink
Update to FastAPI 0.111
Browse files Browse the repository at this point in the history
This commit will update/upgrade to
[FastAPI 0.111](https://fastapi.tiangolo.com/release-notes/).
FastAPI 0.111.0 adds a `fastapi` CLI that is not relevant to inboard.
FastAPI 0.111.1 removes `orjson` and `ujson` from default dependencies.
Users who depend on `orjson` or `ujson` should add these dependencies to
their requirements files.
  • Loading branch information
br3ndonland committed Jul 14, 2024
1 parent 2416a23 commit 5f9ee0a
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 @@ -42,7 +42,7 @@ docs = [
"mkdocs-material>=9,<10",
]
fastapi = [
"fastapi>=0.110.1,<0.111",
"fastapi>=0.111,<0.112",
]
starlette = [
"starlette>=0.37.2,<0.38.0",
Expand Down

0 comments on commit 5f9ee0a

Please sign in to comment.