upgrade starlette dependency to 0.13.4#1361
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1361 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 226 226
Lines 6785 6785
=========================================
Hits 6785 6785 Continue to review full report at Codecov.
|
|
@tiangolo is this ok? Really looking forward to use newest starlette version for the fixes. |
|
If this is ok, I'm also looking forward to use the newest starlette version (mostly for samesite cookies) |
same ! |
|
Great! Thank you @rushton ! 🚀 This will be available in FastAPI version |
This upgrade is mostly to address the issue with StreamingResponse not killing the request when the client unexpectedly disconnects from the stream.