v3.0.0
- Replace urllib3 and aiohttp with httpx.
- Add HTTP/2 support.
- Add initial typing support.
- Parse DuckDuckGo page inside an executor in asyncio mode.
- Deprecate the
random_ua
parameter in favor of thedefault_user_agents
parameter. - Deprecate the
duckpy.aio
package. Please useduckpy.AsyncClient
instead.