ei-grad/flask-shell-ipython

Flask Deprecation warning (_app_ctx_stack)

michaelbuehlmann opened this issue · 1 comments

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

Missed this. Thanks.