The `proxies` argument was deprecated in `httpx` [0.26](https://github.com/encode/httpx/releases/tag/0.26.0) and dropped completely in [0.28](https://github.com/encode/httpx/releases/tag/0.28.0). As `requirements.txt`/`setup.py` does not specify a particular version of `httpx`, new installations to break at https://github.com/stefanodvx/crunpyroll/blob/398910261a7c59205f6d2c5f09f4e4ba537d6b80/crunpyroll/client.py#L67
The
proxiesargument was deprecated inhttpx0.26 and dropped completely in 0.28.As
requirements.txt/setup.pydoes not specify a particular version ofhttpx, new installations to break atcrunpyroll/crunpyroll/client.py
Line 67 in 3989102