Pydantic

Created: 2023-03-03 14:27
#quicknote

Pydantic is used for data validation and settings management using Python type annotations.

pydantic enforces type hints at runtime, and provides user friendly errors when data is invalid.

Tags

#mlops #course #python