소개
This skill provides standardized implementation patterns for Pydantic V2, specifically focusing on the mandatory use of strict mode to prevent silent type conversions. It guides users through modern V2 syntax, including ConfigDict for model configuration, updated field and model validators, and optimized serialization methods like model_dump. By enforcing best practices and identifying deprecated V1 anti-patterns, this skill ensures that data contracts, API schemas, and configuration classes are robust, performant, and type-safe.