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
Notice also that sentinel appears to have moved from aiohttp.client to aiohttp.helpers, or perhaps it has always been there, but using aiohttp.client.sentinel causes pyright to produce the error message "sentinel" is not exported from module "aiohttp.client", whereas using aiohttp.helpers.sentinel does not.
I see that both read_timeout and conn_timeout were deprecated in aiohttp 3.5.0 (2018-12-22), so perhaps these should be removed from the pfun.http.HTTP constructor altogether (or at least deprecated in pfun as well).
When using
pfun.http
(pfun 0.13.1), I get the following deprecation warning:The text was updated successfully, but these errors were encountered: