Describe the bug
I'm using proxy on my computer, when trying to start an task, I got import error:
ImportError: Using SOCKS proxy, but the 'socksio' package is not installed. Make sure to install httpx using pip install httpx[socks].
After adding 'httpx[socks]' to pyproject.toml the problem disappear. Is it necessary to add this package to the project?