toasted-marshmallow
toasted-marshmallow copied to clipboard
Does not work with `marshmallow-sqlalchemy`
It breaks with this message:
klass.opts = klass.OPTIONS_CLASS(meta, ordered=ordered)
TypeError: __init__() got an unexpected keyword argument 'ordered'
Related: https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/105
Any news on fixing this ? Seems like an issue for us too. Looks like updating the version of the upstream marhmallow in https://github.com/lyft/marshmallow would fix it.