File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
"main" : " tests/emscripten_runner.js" ,
9
9
"dependencies" : {
10
10
"prettier" : " ^2.7.1" ,
11
- "pyodide" : " ^0.21.0-alpha.2 "
11
+ "pyodide" : " ^0.21.0"
12
12
},
13
13
"scripts" : {
14
14
"test" : " node tests/emscripten_runner.js" ,
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ self.onmessage = async ({data}) => {
81
81
get ( `./run_tests.py?v=${ Date . now ( ) } ` , 'text' ) ,
82
82
// e4cf2e2 commit matches the pydantic-core wheel being used, so tests should pass
83
83
get ( zip_url , 'blob' ) ,
84
- importScripts ( 'https://cdn.jsdelivr.net/pyodide/v0.21.0a3 /full/pyodide.js' ) ,
84
+ importScripts ( 'https://cdn.jsdelivr.net/pyodide/v0.21.0 /full/pyodide.js' ) ,
85
85
] ) ;
86
86
87
87
const pyodide = await loadPyodide ( ) ;
<
2EC4
rect height="11.9298746" rx="2" width="67.0175439" x="0" y="0">
You can’t perform that action at this time.
0 commit comments