cgauge / Flask-AWSCognito

Extension for Flask that adds support for AWSCognito into your application
https://flask-awscognito.readthedocs.io
MIT License
28 stars 28 forks source link

DeprecationWarning: '_app_ctx_stack' is deprecated and will be removed in Flask 2.3 #16

Open piotr-lwks opened 1 year ago

piotr-lwks commented 1 year ago

Hello,

After updating flask to 2.2.3 I'm seeing this deprecation warning coming from flask-awscognito:

venv/lib/python3.10/site-packages/flask_awscognito/plugin.py:3: DeprecationWarning: '_app_ctx_stack' is deprecated and will be removed in Flask 2.3.
    from flask import _app_ctx_stack, abort, request, make_response, jsonify, g

Could you please advise how to deal with it so it does not block future flask updates?