Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHayes committed Dec 2, 2020
1 parent 4cfade3 commit b72dfa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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)`.

0 comments on commit b72dfa9

Please sign in to comment.