------------------------------ * Remove aioredis, use redis.asyncio since it is deprecated * Make it compat with python 3.11
2.3.1
------------------------------ * Do not override the content-type if it has already been set.
2.3.0
------------------------------ * Change behavior for explicit ``None`` in request parameters. Before this, it was not possible to properly choose attributes to patch to null. :ref:`See documentation<dealing_with_none>`
------------------------------ * New method :meth:`blacksmith.ResponseBox.as_result` this method is usefull to cast an http response, to cast thes response box to a Result<ResponseSchema, ErrorFormat> * Update dependency to at least pydantic 1.9