Skip to content

Commit 6045039

Browse files
committed
Update to FastAPI 0.138
This commit will update/upgrade to [FastAPI 0.138](https://fastapi.tiangolo.com/release-notes/). FastAPI 0.138 introduces the ability to serve static front-end apps. See the [docs](https://fastapi.tiangolo.com/tutorial/frontend/).
1 parent 107f3b6 commit 6045039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Repository = "https://github.com/br3ndonland/inboard"
3636

3737
[project.optional-dependencies]
3838
fastapi = [
39-
"fastapi>=0.137,<0.138",
39+
"fastapi>=0.138,<0.139",
4040
]
4141
gunicorn-fast = [
4242
"gunicorn_h1c>=0.6.5",

0 commit comments

Comments
 (0)