Breaking changes
* It's not necessarily a breaking change per se, but the hard dependency on `uvloop` has been removed. `uvloop` is a drop-in replacement for the default `asyncio` event loop, so they are compatible. Instructions for how to continue using `uvloop` are in the README.
Bug fixes
* Make request body required for create and update interactions. Previously, empty request bodies would just pass through to handlers, but with this change, the Pydantic validators will activate and complain about the missing body.
New Contributors
* llob made their first contribution in https://github.com/canvas-medical/fhirstarter/pull/118
**Full Changelog**: https://github.com/canvas-medical/fhirstarter/compare/1.2.1...1.3.0