diff --git a/{{cookiecutter.out_dir}}/web/python-worker.js b/{{cookiecutter.out_dir}}/web/python-worker.js index 463c036..4fbc1cf 100644 --- a/{{cookiecutter.out_dir}}/web/python-worker.js +++ b/{{cookiecutter.out_dir}}/web/python-worker.js @@ -1,4 +1,4 @@ -importScripts("https://cdn.jsdelivr.net/pyodide/v0.26.2/full/pyodide.js"); +importScripts("https://cdn.jsdelivr.net/pyodide/v0.26.4/full/pyodide.js"); self.pythonModuleName = null; self.initialized = false; @@ -38,4 +38,4 @@ self.onmessage = async (event) => { // message flet_js.send(event.data); } -}; \ No newline at end of file +};