Post

Great job by Nadav Zingerman with the core PR 😎
And also inspiration from @adriangb01 with Xpresso ☕
This also involved 23K new lines added in docs, examples, and new tests ✅
Now all the examples show versions with and without Annotated, for each Python version 🐍
English

Type Hints with Annotations: #type-hints-with-metadata-annotations" target="_blank" rel="nofollow noopener">fastapi.tiangolo.com/python-types/#…
Query Params and str Validations: #additional-validation" target="_blank" rel="nofollow noopener">fastapi.tiangolo.com/tutorial/query…
Advantages of Annotated: #advantages-of-annotated" target="_blank" rel="nofollow noopener">fastapi.tiangolo.com/tutorial/query…
Path Params and Numeric Validations: #order-the-parameters-as-you-need-tricks" target="_blank" rel="nofollow noopener">fastapi.tiangolo.com/tutorial/path-…
Share Annotated dependencies: #share-annotated-dependencies" target="_blank" rel="nofollow noopener">fastapi.tiangolo.com/tutorial/depen…
English

@FastAPI @adriangb01 I wonder could this style work for pytest fixtures 🤔
English

