Flask Deprecation warning (_app_ctx_stack)
michaelbuehlmann opened this issue · 1 comments
michaelbuehlmann commented
Just fyi, there's currently a deprecation warning emitted when using flask-shell-ipython:
/usr/local/lib/python3.11/site-packages/flask_shell_ipython.py:22: DeprecationWarning: '_app_ctx_stack' is deprecated and will be removed in Flask 2.3.
from flask.globals import _app_ctx_stack
ei-grad commented
Missed this. Thanks.