v3.0.6ΒΆ
Released on May 2, 2023 (diff).
Coroutines in the requests are now
asyncio.shield()from being cancelled.A sequence of coroutines in the batch requests are now scheduled into
asyncio.TaskGroupinstead ofasyncio.gather().
Released on May 2, 2023 (diff).
Coroutines in the requests are now asyncio.shield() from being cancelled.
A sequence of coroutines in the batch requests are now scheduled
into asyncio.TaskGroup instead of asyncio.gather().