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
Would the project be open to a pull request that splits this into messages that include the expected type, but respects any custom error messages already defined?
im debugging an app that throws
the problem is that
marshmallow.Schema._deserialize
is called liketo fix this, i need either
data = [ OrderedDict() ]
ormany = False
it would be nice if the error message
Invalid input type
would be more helpful herefor example
The text was updated successfully, but these errors were encountered: