SpyBara
Go Premium

Reference 2026-07-17 17:00 UTC to 2026-07-20 20:00 UTC

1 file changed +2 −0. View all changes and history on the product overview
2026
Thu 23 18:00 Wed 22 20:02 Mon 20 20:00 Fri 17 17:00 Thu 16 20:57 Wed 15 02:58 Tue 14 06:58 Mon 13 15:59 Sun 12 06:58 Fri 10 23:02 Thu 9 20:58 Tue 7 08:02

python/index.md +2 −0

Details

246 246 

247By default, the async client uses `httpx` for HTTP requests. However, for improved concurrency performance you may also use `aiohttp` as the HTTP backend.247By default, the async client uses `httpx` for HTTP requests. However, for improved concurrency performance you may also use `aiohttp` as the HTTP backend.

248 248 

249The `aiohttp` backend requires Python 3.10 or later.

250 

249You can enable this by installing `aiohttp`:251You can enable this by installing `aiohttp`:

250 252 

251```sh253```sh