Relative Content

Tag Archive for pythonmypypydantictyping

HowTo: Create type safe cross pydantic version compatible config mixins

Description We have started to add support for pydantic v2 in our distributed MLops platform. A core challenge we are currently facing, is that pydantic is literally part of every single python package in our platform and used for various use cases: microservices running fastapi + pydantic configuration management for training + processing jobs modeling […]