tableau/altimeter

Use Pydantic where appropriate for data-container classes

jbmchuck opened this issue · 1 comments

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.

Done in 4.0.0