### Changes
This release will update/upgrade to
[FastAPI 0.111](https://fastapi.tiangolo.com/release-notes/).
This is a minor release to align with FastAPI versioning.
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.
### Commits
- Bump version from 0.68.0 to 0.69.0 (af06254)
- Update to FastAPI 0.111 (5f9ee0a)
- Update changelog for version 0.68.0 (#109) (2416a23)