From 1391c7d974fc562634678dce4706d4ab5e5f9b06 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 14 Aug 2026 12:08:32 +0500 Subject: [PATCH] Bump pyodide version to fix the build 0.29.3 have an older version of micropip and is affected by https://github.com/pyodide/pyodide/issues/6177 --- pyodide/build_pyodide.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyodide/build_pyodide.sh b/pyodide/build_pyodide.sh index 638c20dac5..7e75982b57 100755 --- a/pyodide/build_pyodide.sh +++ b/pyodide/build_pyodide.sh @@ -1,7 +1,7 @@ #!/usr/bin/bash set -ex -PYODIDE_VERSION=0.29.3 +PYODIDE_VERSION=0.29.4 SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # Script is assuming that it will be possible to execute it multiple times