runtime error

│ │ │ │ 1442 │ │ if app is not None: │ │ 1443 │ │ │ return ASGITransport(app=app) │ │ 1444 │ │ │ │ ā± 1445 │ │ return AsyncHTTPTransport( │ │ 1446 │ │ │ verify=verify, │ │ 1447 │ │ │ cert=cert, │ │ 1448 │ │ │ http1=http1, │ │ │ │ /home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/httpx/_trans │ │ ports/default.py:275 in __init__ │ │ │ │ 272 │ │ ssl_context = create_ssl_context(verify=verify, cert=cert, tru │ │ 273 │ │ │ │ 274 │ │ if proxy is None: │ │ ā± 275 │ │ │ self._pool = httpcore.AsyncConnectionPool( │ │ 276 │ │ │ │ ssl_context=ssl_context, │ │ 277 │ │ │ │ max_connections=limits.max_connections, │ │ 278 │ │ │ │ max_keepalive_connections=limits.max_keepalive_connect │ ╰──────────────────────────────────────────────────────────────────────────────╯ TypeError: AsyncConnectionPool.__init__() got an unexpected keyword argument 'socket_options'

Container logs:

Fetching error logs...