Closed riyavsinha closed 1 month ago
It looks like pyodide
ships a built-in version of pydantic now, would that be sufficient for you? https://pyodide.org/en/stable/usage/packages-in-pyodide.html
Oh cool, didn't realize that sorry! The latest pydantic-core version is unfortunately required by the package I'm trying to install (not my own), but I think already updating pyodide here in #1507 should work also, thanks!
When trying to install a package in Pyodide that has
pydantic-core
as a dependency, I get the error:I see that there have been WASM builds in the past, but that it is not updated for the latest Pydiode version. I will submit a fix for this.