aioresponses icon indicating copy to clipboard operation
aioresponses copied to clipboard

Add/verify compatibility with `aiohttp` >=4.0

Open marcinsulikowski opened this issue 3 years ago • 0 comments

aiohttp 4.0.x pre-releases are available (see: https://pypi.org/project/aiohttp/#history) but aioresponses currently requires aiohttp<4.0.0,>=2.0.0 making it impossible to use the two together. Support for the 4.x release should be added. Backward-incompatible changes are described here: https://docs.aiohttp.org/en/latest/changes.html#deprecations-and-removals.

marcinsulikowski avatar Nov 24 '21 20:11 marcinsulikowski