Happy New Year with FastAPI 0.89.0! π
You can now declare the response model using the function return type annotation. β¨
It will be used for data validation, automatic docs, data filtering (security), etc. π€
Read more in the docs: https://fastapi.tiangolo.com/tutorial/response-model/
Thanks to Yurii Karabas for the contribution! π

