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
fromvoluptuousimportAny, Schemaschema=Schema(Any(str, None))
schema(10)
# MultipleInvalid: not a valid value
I would expect something like "expected str or none". I know I can pass msg to Any, but it would be nice to have better default for such a common case.