runtime error

ome/user/.config/matplotlib DEBUG:matplotlib:interactive is False DEBUG:matplotlib:platform is linux DEBUG:matplotlib:CACHEDIR=/home/user/.cache/matplotlib DEBUG:matplotlib.font_manager:font search path [PosixPath('/home/user/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf'), PosixPath('/home/user/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/afm'), PosixPath('/home/user/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts')] INFO:matplotlib.font_manager:generated new fontManager DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False DEBUG:httpx:load_verify_locations cafile='/home/user/.local/lib/python3.10/site-packages/certifi/cacert.pem' Traceback (most recent call last): File "/home/user/app/app.py", line 16, in <module> import gradio as gr File "/home/user/.local/lib/python3.10/site-packages/gradio/__init__.py", line 3, in <module> import gradio.components as components File "/home/user/.local/lib/python3.10/site-packages/gradio/components.py", line 39, in <module> from gradio import media_data, processing_utils, utils File "/home/user/.local/lib/python3.10/site-packages/gradio/processing_utils.py", line 20, in <module> from gradio import encryptor, utils File "/home/user/.local/lib/python3.10/site-packages/gradio/utils.py", line 397, in <module> class Request: File "/home/user/.local/lib/python3.10/site-packages/gradio/utils.py", line 417, in Request client = httpx.AsyncClient() File "/home/user/.local/lib/python3.10/site-packages/httpx/_client.py", line 1397, in __init__ self._transport = self._init_transport( File "/home/user/.local/lib/python3.10/site-packages/httpx/_client.py", line 1445, in _init_transport return AsyncHTTPTransport( File "/home/user/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 275, in __init__ self._pool = httpcore.AsyncConnectionPool( TypeError: AsyncConnectionPool.__init__() got an unexpected keyword argument 'socket_options'

Container logs:

Fetching error logs...