connexion icon indicating copy to clipboard operation
connexion copied to clipboard

Handle starlette/templating.py:161: DeprecationWarning: The `name` is…

Open mavwolverine opened this issue 5 months ago • 0 comments

Fixes: starlette/templating.py:161: DeprecationWarning: The name is not the first parameter anymore. The first parameter should be the Request instance. Replace TemplateResponse(name, {"request": request}) by TemplateResponse(request, name).

Changes proposed in this pull request:

mavwolverine avatar Sep 10 '24 00:09 mavwolverine