-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
π Add docs recommending Union
over Optional
and migrate source examples
#4908
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4908 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 531 531
Lines 13634 13634
=========================================
Hits 13634 13634
Continue to review full report at Codecov.
|
π Deployed on https://627f9911dc5fe760a0046e2d--fastapi.netlify.app |
π Docs preview for commit fc0c53d at: https://627f997f8e33d562842f92ac--fastapi.netlify.app |
β¦amples (fastapi#4908) * π Add docs recommending Union over Optional * π Update docs recommending Union over Optional * π Update source examples for docs, recommend Union over Optional * π Update highlighted lines with updated source examples * π Update highlighted lines in Markdown with recent code changes * π Update docs, use Union instead of Optional * β»οΈ Update source examples to recommend Union over Optional * π¨ Update highlighted code in Markdown after moving from Optional to Union
π Add docs recommending
Union
overOptional
and migrate source examples