Breaking change
v2 API no longer allows for an own aiohttp.ClientSession
to be passed in because we have custom requirements on number of simultaneous TCP connections. #104
What's Changed
- Switch to limit per host on tcp connector (#104) @marcelveldt
- Delay initializing workaround dict (#101) @balloob
- Bump black from 21.12b0 to 22.1.0 (#103) @dependabot