From 32fe37d37ccb737adf41405a661b31353e16b77f Mon Sep 17 00:00:00 2001 From: Tim Sherratt Date: Mon, 21 Oct 2024 17:05:06 +1100 Subject: [PATCH] pin python multipart --- webworker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webworker.js b/webworker.js index da28aad..a9dc2f3 100644 --- a/webworker.js +++ b/webworker.js @@ -67,6 +67,7 @@ async function startDatasette(settings) { # Workaround for Requested 'h11<0.13,>=0.11', but h11==0.13.0 is already installed await micropip.install("h11==0.12.0") await micropip.install("httpx==0.23") + await micropip.install("python-multipart==0.0.12") await micropip.install("datasette") # Install any extra ?install= dependencies install_urls = ${JSON.stringify(settings.installUrls)}