We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pyproject.toml to use pydantic >=1.10.2,<2.
pyproject.toml
pydantic >=1.10.2,<2
As of 0.24.1, pyodide-build pins pydantic>=1.10.2,<2 and pyodide itself still ships 1.10.x.
0.24.1
pyodide-build
pydantic>=1.10.2,<2
pyodide
1.10.x
For the time being, this repo should likely do the same, but appears to already use some pydantic 2 features.
pydantic 2
The text was updated successfully, but these errors were encountered:
pydantic <2
Successfully merging a pull request may close this issue.
Elevator Pitch
Update
pyproject.toml
to usepydantic >=1.10.2,<2
.Motivation
As of
0.24.1
,pyodide-build
pinspydantic>=1.10.2,<2
andpyodide
itself still ships1.10.x
.For the time being, this repo should likely do the same, but appears to already use some
pydantic 2
features.The text was updated successfully, but these errors were encountered: