mrf345/flask_minify

DeprecationWarning: `_app_ctx_stack` is deprecated and will be removed in Flask `2.3`. Use `g` to store data, or `app_ctx` to access the current context.

iROCKBUNNY opened this issue · 1 comments

Please address this deprecation warning in next release.

/venv/lib/python3.9/site-packages/flask_minify/main.py:122: DeprecationWarning: '_app_ctx_stack' is deprecated and will be removed in Flask 2.3. Use 'g' to store data, or 'app_ctx' to access the current context.
  return self._app or (_app_ctx_stack.top and _app_ctx_stack.top.app)

Thanks for the heads-up, should be resolved in 0.40