Pydantic Puzzlers II

Posted on Posted in blog, technical

Pydantic is a library to validate JSON documents and converts them into Python objects, based on Python Type Annotations. It works really well, it is easy to use, it supports everything we can possibly expect it to support and saves us a ton of effort. However, there a few less intuitive aspects to it, which […]