-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Pin to pydantic <2
#23
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bollwyvl . Minor comment otherwise LGTM.
pyproject.toml
Outdated
@@ -11,7 +11,8 @@ description = "Tooling to manage the `pyodide-lock.json` file" | |||
readme = "README.md" | |||
requires-python = ">=3.10" | |||
dependencies = [ | |||
"pydantic" | |||
# compatible with pyodide-build, and the as-shipped wheel in the pyodide distributiont |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typos after the the ","
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't really understand what you mean by "as-shipped wheel" but it's probably just me :) Fine to merge as is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
References
Changes
pydantic
pin inpyproject.toml
pydantic 1.x
APIConfig
class instead ofConfigDict