Browse Source
- Add defensive check for field_info.annotation attribute - v1.FieldInfo does not have .annotation (only v2 does) - Use getattr() with fallback to avoid AttributeError - Add try/catch around TypeAdapter creation for robustness - Resolves AttributeError when bridging v1->v2 FieldInfopull/14201/head
1 changed files with 16 additions and 3 deletions
Loading…
Reference in new issue