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 date format validator to allow non-str objects
Rejecting non-string data results in incorrect rejection of data in
which `string` is one of the available types and the `date-time`
format is in use.
Fixes#571
0 commit comments