Breaking changes
* FastAPI added and removed some dependencies between versions [0.111.0](https://github.com/fastapi/fastapi/releases/tag/0.111.0) and [0.112.0](https://github.com/fastapi/fastapi/releases/tag/0.112.0), most pertinently `uvicorn`. You may need to explicitly add `uvicorn` as a dependency if you are using it.
Bug fixes
* Upgrade FastAPI to the latest version; this upgrade pulls in a Starlette bug fix that addresses a security issue. See https://github.com/encode/starlette/security/advisories/GHSA-f96h-pmfr-66vw
**Full Changelog**: https://github.com/canvas-medical/fhirstarter/compare/2.4.1...2.4.2