v0.7.1
Fixed
model_validate_jsonno longer crashes for Models that carry an opaque field. Thenullplaceholdermodel_dump_jsonwrites is dropped during JSON-payload conversion (the opaque translation'sfrom_jsonwould otherwise raise, by design); the field falls back to its declared default. A required opaque field with no default surfaces a cleanmissing_requiredValidationErroron round-trip instead of a bareTypeError.docs/guide/fields.mdupdated to spell out this behaviour precisely.
Full changelog: https://github.com/panproto/didactic/blob/main/CHANGELOG.md