Articles tagged #rest-api
-
Enforce API contracts at the boundary: Pydantic v2 validators done right
Your model looks tight. Fields are typed, validators are defined, and yet a string slips through an `int` field, or a required field raises "Field required" on a payload that definitely included it. These aren't edge cases. They're the default behavior of [Pydantic v2](https://py