You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix flask.helpers locked_cached_property import error that has been
removed in recent versions of Flask. The upstream changed is tracked in
this PR:
pallets/flask#4998
According to Flask upstream developers, the right solution is to used
cached_property from werkzeug.utils instead.
fix#190
0 commit comments