python/index.md +2 −0
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