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
Hello, zeep 2.5 with asynchronous transport fails with aiohttp >= 3.0.0 as aiohttp.Timeout has been deprecated (see aio-libs/aiohttp#2348). According to the ticket, zeep might need to use async_timeout.timeout context manager instead of relying on the deprecated aiohttp.Timeout.
The text was updated successfully, but these errors were encountered:
Hello, zeep 2.5 with asynchronous transport fails with aiohttp >= 3.0.0 as
aiohttp.Timeout
has been deprecated (see aio-libs/aiohttp#2348). According to the ticket, zeep might need to useasync_timeout.timeout
context manager instead of relying on the deprecatedaiohttp.Timeout
.The text was updated successfully, but these errors were encountered: