-
-
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
⬆ Upgrade Starlette from 0.19.0 to 0.19.1 #4819
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4819 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 531 531
Lines 13629 13629
=========================================
Hits 13629 13629
Continue to review full report at Codecov.
|
📝 Docs preview for commit a22f960 at: https://62654b8f42ae7724f206379e--fastapi.netlify.app |
📝 Docs preview for commit f804228 at: https://62654d22edbd572037ea0d4f--fastapi.netlify.app |
📝 Docs preview for commit 3566f1e at: https://6270c278e65a4a7592cc01f6--fastapi.netlify.app |
📝 Docs preview for commit 1136a06 at: https://6279d100ba249d2254f741ee--fastapi.netlify.app |
routes=routes, | ||
redirect_slashes=redirect_slashes, | ||
default=default, # type: ignore # in Starlette | ||
on_startup=on_startup, # type: ignore # in Starlette | ||
on_shutdown=on_shutdown, # type: ignore # in Starlette | ||
default=default, | ||
on_startup=on_startup, | ||
on_shutdown=on_shutdown, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So nice to have these better type annotations in Starlette! 🎉
Thanks @Kludex! 🚀 🍰 |
📝 Docs preview for commit ff2bb15 at: https://6279d3f55ab01a26570b2eae--fastapi.netlify.app |
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
No description provided.