This is the Pydantic v2 textbook. Pairs with FastAPI and the SQLAlchemy textbooks .
Pydantic v2 Textbook Ch. 1 — Introduction and the v2 Mental Model
Pydantic v2 mental model: validation (input → model), serialization (model → output), the Rust core, and what changed from v1.