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
raiseConfigError("You cannot set both use_extra_info and use_auth_rules. Please remove use_extra_info from your config.")
36
+
37
+
if"use_extra_info"inself.config:
38
+
warnings.warn("The use_extra_info field has been renamed to use_auth_rules and will be removed in a future version. Please update your config.", DeprecationWarning)
0 commit comments