encode / httpx

A next generation HTTP client for Python. 🦋
https://www.python-httpx.org/
BSD 3-Clause "New" or "Revised" License
12.7k stars 811 forks source link

Drop `anyio` dependency #3220

Open T-256 opened 3 weeks ago

T-256 commented 3 weeks ago

It is currently used indirectly by httpcore's asyncio feature. There is no usage of anyio in httpx's codebase.