diff --git a/changes/2147-JacobHayes.md b/changes/2147-JacobHayes.md new file mode 100644 index 00000000000..322da5ffbce --- /dev/null +++ b/changes/2147-JacobHayes.md @@ -0,0 +1 @@ +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)`.