pydantic-core has no usable wheels in Pyodide — all versions fail #6795
seanai1996
started this conversation in
Python Packages
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Since approximately May 30, 2026, deploying Python Workers that depend on
pydanticfails with the error that ALL versions ofpydantic-corehave no usable wheels. This was previously working fine.Error Output
× No solution found when resolving dependencies: ╰─▶ Because pydantic-core==2.0.1 has no usable wheels and pydantic==2.0 depends on pydantic-core==2.0.1, we can conclude that pydantic==2.0 cannot be used.
Because pydantic-core==2.4.0 has no usable wheels and
pydantic>=2.1.0,<=2.1.1 depends on pydantic-core==2.4.0, we can
conclude that pydantic>=2.1.0,<=2.1.1 cannot be used.
... (all pydantic-core versions have no usable wheels)
your requirements are unsatisfiable.
Environment
>=2.0,<2.10,==2.9.2, various — all failSteps to Reproduce
pydantic>=2.0inpyproject.tomluv run pywrangler deploypydantic-coreversions report "no usable wheels"Additional Context
<2.10does NOT fix the issue — ALL pydantic-core versions are affectedcompatibility_datedoes NOT fix the issueBeta Was this translation helpful? Give feedback.
All reactions