Skip to content

Change httpx from 0.25.1 to 0.24.1 version. When this installed by pip, no version set as httpx==0.24.1 #59

@Nestorchik

Description

@Nestorchik

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 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions