**Features**
* [Trio](https://trio.readthedocs.io/en/stable/) support, by replacing `aiohttp` with `httpx`( JonasKs #34 )
* Testsuite is now running on both `asyncio` and `trio`, using [`anyio`](https://anyio.readthedocs.io/en/stable/). `aioresponses` has been replaced with [`respx`](https://lundberg.github.io/respx/)
* Since FastAPI version [`0.69.0`](https://github.com/tiangolo/fastapi/releases/tag/0.69.0), `trio` is officially supported