Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
piotr-lwks opened this issue Feb 27, 2023 · 0 comments

Comments

@piotr-lwks
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant