You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I access to the swagger page of my application, there is a deprecation warning:
.../venv/lib/python3.11/site-packages/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)`. warnings.warn(
When I access to the swagger page of my application, there is a deprecation warning:
It comes from:
connexion/connexion/middleware/swagger_ui.py
Line 174 in a930303
Additional info:
Output of the commands:
python --version
: 3.11pip show connexion | grep "^Version\:"
3.1.0The text was updated successfully, but these errors were encountered: