mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 11:09:49 +08:00
When users have a SOCKS proxy configured (via HTTP_PROXY or ALL_PROXY environment variables), httpx's AsyncClient automatically tries to use it but fails without the socksio package installed. Changed httpx dependency from httpx>=0.25.0 to httpx[socks]>=0.25.0 to include the socksio package as an extra dependency. Fixes #961 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>