diff --git a/fastapi/readme/newsfragments/422.bugfix b/fastapi/readme/newsfragments/422.bugfix index 75ce822b2..d9098148b 100644 --- a/fastapi/readme/newsfragments/422.bugfix +++ b/fastapi/readme/newsfragments/422.bugfix @@ -12,4 +12,4 @@ to the early stage of the processing where the 'retry' mechanism is implemented. This change fix this issue by putting in place a way to make some specific exceptions bubble up the fastapi processing stack through the event loop required -to transform WSGI to ASGI. \ No newline at end of file +to transform WSGI to ASGI.