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...