anvilco/python-anvil

Use pydantic instead of dataclasses_json

aalmazan opened this issue · 1 comments

Recently finding out that the dataclasses-json does not validate as well as I'd hoped. Switching to pydantic should allow for more maintainable payload validation.

Closed via #8