diff --git a/packages/kernel/py/stlite-server/stlite_server/bootstrap.py b/packages/kernel/py/stlite-server/stlite_server/bootstrap.py index 857eb9987..636da4d6a 100644 --- a/packages/kernel/py/stlite-server/stlite_server/bootstrap.py +++ b/packages/kernel/py/stlite-server/stlite_server/bootstrap.py @@ -144,16 +144,6 @@ def _import_pyarrow_interchange(): logger.error("Failed to fix Altair", exc_info=e) -def _fix_requests(): - try: - import pyodide_http # type: ignore[import] - - pyodide_http.patch_all() # Patch all libraries - except ImportError: - # pyodide_http is not installed. No need to do anything. - pass - - def prepare( main_script_path: str, args: List[str], @@ -166,7 +156,6 @@ def prepare( _fix_sys_path(main_script_path) _fix_matplotlib_crash() _fix_altair() - _fix_requests() _fix_sys_argv(main_script_path, args) _fix_pydeck_mapbox_api_warning() _install_pages_watcher(main_script_path) diff --git a/streamlit b/streamlit index 0fad240d5..740b29a74 160000 --- a/streamlit +++ b/streamlit @@ -1 +1 @@ -Subproject commit 0fad240d53501bf05a060102e632c1d1c56b6c2b +Subproject commit 740b29a7499a8d3c8fcb1a3744be97d204cd38a6