Skip to content

Migrate to Pydantic

Compare
Choose a tag to compare
@thomasborgen thomasborgen released this 07 Jun 18:24
07295dd

This version changes how we validate our json configuration and also how we parse it. Using pydantic it is much easier to handle to handle typing and the code in general.

  • Removes json schema adds pydantic for config validation