### Changes
**Update to FastAPI 0.89** (7f5e76d)
This release will update/upgrade to
[FastAPI 0.89](https://github.com/tiangolo/fastapi/releases).
This is a minor release to align with FastAPI's versioning strategy.
Note that, as of FastAPI 0.89, FastAPI can now infer the response model
from an API endpoint function's return type, so there is no longer need
for the `response_model` argument in most cases. See the
[updated docs](https://fastapi.tiangolo.com/tutorial/response-model/)
for further info.
### Commits
`0.38.0..0.39.0`
- Bump version from 0.38.0 to 0.39.0 (e80f7de)
- Remove `response_model` usage (0ec39d9)
- Update to FastAPI 0.89 (7f5e76d)
- Update changelog for version 0.38.0 (#66) (c437fd8)