Fater install:
client = httpx.AsyncClient()
File "D:\krita\venv\lib\site-packages\httpx_client.py", line 1397, in init
self._transport = self._init_transport(
File "D:\krita\venv\lib\site-packages\httpx_client.py", line 1445, in _init_transport
return AsyncHTTPTransport(
File "D:\krita\venv\lib\site-packages\httpx_transports\default.py", line 275, in init
self._pool = httpcore.AsyncConnectionPool(
TypeError: AsyncConnectionPool.init() got an unexpected keyword argument 'socket_options'
Need to change package version:
pip uninstall httpx==0.25.1
pip install httpx==0.24.1
... and all OK )