Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 227 Bytes

2147-JacobHayes.md

File metadata and controls

1 lines (1 loc) · 227 Bytes

Support typing.Annotated hints on model fields. A Field may now be set in the type hint with Annotated[..., Field(...); all other annotations are ignored but still visible with get_type_hints(..., include_extras=True).