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
Flask warns that /var/lang/lib/python3.9/site-packages/propelauth_flask/__init__.py:18: DeprecationWarning: '_request_ctx_stack' is deprecated and will be removed in Flask 2.4. Use 'g' to store data, or 'request_ctx' to access the current context.. This is both during tests and runtime.
Flask warns that
/var/lang/lib/python3.9/site-packages/propelauth_flask/__init__.py:18: DeprecationWarning: '_request_ctx_stack' is deprecated and will be removed in Flask 2.4. Use 'g' to store data, or 'request_ctx' to access the current context.
. This is both during tests and runtime.See PR #15 as a suggested improvement.
The text was updated successfully, but these errors were encountered: