stefanodvx/crunpyroll

`httpx` no longer supports `proxies` argument

Opened this issue · 0 comments

The proxies argument was deprecated in httpx 0.26 and dropped completely in 0.28.

As requirements.txt/setup.py does not specify a particular version of httpx, new installations to break at

self.http = httpx.AsyncClient(proxies=proxies, timeout=15)