We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4774adf commit ae3b707Copy full SHA for ae3b707
package.json
@@ -8,7 +8,7 @@
8
"main": "tests/emscripten_runner.js",
9
"dependencies": {
10
"prettier": "^2.7.1",
11
- "pyodide": "^0.21.0-alpha.2"
+ "pyodide": "^0.21.0"
12
},
13
"scripts": {
14
"test": "node tests/emscripten_runner.js",
wasm-preview/worker.js
@@ -81,7 +81,7 @@ self.onmessage = async ({data}) => {
81
get(`./run_tests.py?v=${Date.now()}`, 'text'),
82
// e4cf2e2 commit matches the pydantic-core wheel being used, so tests should pass
83
get(zip_url, 'blob'),
84
- importScripts('https://cdn.jsdelivr.net/pyodide/v0.21.0a3/full/pyodide.js'),
+ importScripts('https://cdn.jsdelivr.net/pyodide/v0.21.0/full/pyodide.js'),
85
]);
86
87
const pyodide = await loadPyodide();
0 commit comments