## 🐍 Package Request - Package Name and Version: 2.12.5 2.41.5 - Package URL: https://pypi.org/project/pydantic/ https://pypi.org/project/pydantic_core/ - Package Dependencies that needs to be resolved first: ## Checklists - [x] I have tried to install the package using `micropip.install(...)` and encountered the issue. - [x] I have read the [documentation](https://pyodide.org/en/stable/development/building-and-testing-packages.html) and tried building the package myself. --- I can't install any of the official wasm wheels https://github.com/pydantic/pydantic-core/releases?page=3 because ``` ValueError: Wheel was built with Emscripten v3.1.58 but Pyodide was built with Emscripten v3.1.46 ``` Related: https://github.com/pyodide/pyodide-recipes/issues/162
🐍 Package Request
Checklists
micropip.install(...)and encountered the issue.I can't install any of the official wasm wheels https://github.com/pydantic/pydantic-core/releases?page=3 because
Related: #162