@response_handler with AiohttpClient. (#256_)uplink.retry.RetryBackoff, which can be extended to
implement custom backoff strategies. An instance of a RetryBackoff subclass
can be provided through the backoff argument of the @retry decorator.
(#238_)six to 1.13.0. (#246_)@returns.json to cast JSON response (or field referenced by the key
argument) using the type argument when the given type is callable. This
restores behavior that was inadvertently changed in v0.9.3. (#215_)asyncio.coroutine in the library code to fix warnings
related to the function's deprecation in Python 3.8+. (#203_)#237_)FieldMap and PartMap from raising NoneType error. (#221_)#217_)3653a672ee_)pydantic_'s BaseModel that contains fields of a complex type, such as datetime.pydantic's BaseModel as the request body.pydantic's BaseModel that
contains fields of a complex type, such as datetime.
(#207 by @leiserfg_)pydantic's BaseModel as the request
body. (#209_ by @lust4life_)pydantic's BaseModelpydantic's BaseModel
(#200 by @gmcrocetti_)@get, @post, @patch, etc. decorators should retain the
docstring of the wrapped method (#198_)Body and Part argument annotations should support uploading binary
data (#180, #183, #204_)