Jul 27, 2022
pydantic V1 is no pure Python package because it uses CPython to optimize performance. In contrast pydantic V2 is a pure Python package which includes Rust code. From a developer perspective pydantic V2 is pure pytrhon until you reach the Python API which wraps the Rust code.