-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Upon using the latest version of this package (0.10.2) in conjunction with the latest version of Flask (2.2), I'm getting the following warnings:
./usr/local/lib/python3.7/site-packages/flask_log_request_id/request_id.py:18: DeprecationWarning: '_app_ctx_stack' is deprecated and will be removed in Flask 2.3.
from flask import _app_ctx_stack as stack # We do not support < Flask 0.9
/usr/local/lib/python3.7/site-packages/flask_log_request_id/request_id.py:20: 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.
if stack.top is None:
Could you please have a look at removing the use of this now deprecated construct?
Thanks
sr-jcheng, emosenkis, yangdanny97, hnandiwada, vsemionov and 1 more
Metadata
Metadata
Assignees
Labels
No labels