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
Field.sensitive property to mark a value as sensitive.
Config.to_tree() now supports masking sensitive values (sensitive_mask parameter) and
including virtual fields in the tree (virtual parameter).
Changed
StringField now only accepts string values. Prior to this release, all input values were
coerced to a string, via str(value). This was causing inconsistencies and non-intuitive
behavior for fields that inherited from StringField.