You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix type stubs for aiohttp.web.run_app(access_log=True) and fix edge case of access_log=True and the event loop being in debug mode. #3504 <https://github.com/aio-libs/aiohttp/issues/3504>_
Fix aiohttp.ClientTimeout type annotations to accept None for fields #3511 <https://github.com/aio-libs/aiohttp/issues/3511>_
Send custom per-request cookies even if session jar is empty #3515 <https://github.com/aio-libs/aiohttp/issues/3515>_