I am running pytest in flask and getting following deprecation warning:
the application is pretty simple using flask_jwt_extended
for authentication.
\venv\lib\site-packages\flask_jwt_extended\view_decorators.py:11: DeprecationWarning: '_reque
st_ctx_stack' is deprecated and will be removed in Flask 2.3.
from flask import _request_ctx_stack
Currently it is not affecting my application but should I take any steps to remediate this ?