Skip to content
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

Migrate parameters' classes to Pydantic #1013

Open
alecandido opened this issue Oct 17, 2024 · 0 comments
Open

Migrate parameters' classes to Pydantic #1013

alecandido opened this issue Oct 17, 2024 · 0 comments
Labels
enhancement New feature or request urgent

Comments

@alecandido
Copy link
Member

Just replacing the Parameters subclasses, not the full #932.

There is a much bigger advantage than the serialization part, because the main goal of Pydantic is actually to "validate" the objects' content (during deserialization).

This would provide better errors for the users, and ease the support cutting short possibly longer investigations (as in #1011).

@alecandido alecandido added enhancement New feature or request urgent labels Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request urgent
Projects
None yet
Development

No branches or pull requests

1 participant