Skip to content

_request_ctx_stack is deprecated as of flask 2.2 #494

@tgross35

Description

@tgross35

This is in the same vein as #492, just some changes for Flask 2.2

 /usr/local/lib/python3.10/site-packages/flask_jwt_extended/utils.py:6: DeprecationWarning: '_request_ctx_stack' is deprecated and will be removed in Flask 2.3. from flask import _request_ctx_stack ../../../usr/local/lib/python3.10/site-packages/flask_jwt_extended/view_decorators.py:11 ../../../usr/local/lib/python3.10/site-packages/flask_jwt_extended/view_decorators.py:11 /usr/local/lib/python3.10/site-packages/flask_jwt_extended/view_decorators.py:11: DeprecationWarning: '_request_ctx_stack' is deprecated and will be removed in Flask 2.3. from flask import _request_ctx_stack 

Trying to figure out what the correct solution is, but I'm having some trouble there

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions