Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to FastAPI 0.109 and Starlette 0.35
This commit will update/upgrade to [FastAPI 0.109](https://fastapi.tiangolo.com/release-notes/) and [Starlette 0.35](https://www.starlette.io/release-notes/). FastAPI 0.109 adds Python 3.12 support. Changes to Starlette between 0.32 and 0.35 include support for middleware in `Router`, `Route`, and `WebSocketRoute`, and updates to `Middleware` args.
- Loading branch information