toasted-marshmallow icon indicating copy to clipboard operation
toasted-marshmallow copied to clipboard

Does not work with `marshmallow-sqlalchemy`

Open sobolevn opened this issue 8 years ago • 1 comments

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

sobolevn avatar Aug 19 '17 14:08 sobolevn

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.

AbdealiLoKo avatar Apr 20 '18 06:04 AbdealiLoKo