### Changes
**Update to FastAPI 0.115.7 and Starlette 0.45**
(9a278f2050e317633fa2c98be3119a64314b64f8)
This release will update/upgrade to
[FastAPI 0.115.7](https://fastapi.tiangolo.com/release-notes/)
and
[Starlette 0.45](https://www.starlette.io/release-notes/).
This is a patch release to align with FastAPI versioning.
FastAPI has been repeatedly updating the minor version of Starlette in
patch releases of FastAPI (1bde85a8387820b5ae8635fec73d5093d2517096).
In this case, FastAPI 0.115.7 updated Starlette from 0.41 to 0.45.
Changes to Starlette between 0.41 and 0.45 include removal of Python 3.8
support and various small bug fixes and updates.
### Commits
- Bump version from 0.72.0 to 0.72.1 (6577aa6)
- Update to FastAPI 0.115.7 and Starlette 0.45 (9a278f2)
- Update changelog for version 0.72.0 (#117) (d210af3)