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

Use Pydantic where appropriate for data-container classes #80

Closed
jbmchuck opened this issue Nov 9, 2020 · 1 comment
Closed

Use Pydantic where appropriate for data-container classes #80

jbmchuck opened this issue Nov 9, 2020 · 1 comment
Assignees
Labels

Comments

@jbmchuck
Copy link
Contributor

jbmchuck commented Nov 9, 2020

Several classes are responsible only for holding data and serializing/deserializing. These could be replaced with Pydantic and remove a significant amount of code as well as provide a check against mutability where appropriate.

@jbmchuck jbmchuck added 3.0 4.0 and removed 3.0 labels Nov 9, 2020
@jbmchuck jbmchuck self-assigned this Nov 17, 2020
@jbmchuck
Copy link
Contributor Author

Done in 4.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant