lyft / toasted-marshmallow

S'More speed for Marshmallow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work with `marshmallow-sqlalchemy`

sobolevn opened this issue · comments

It breaks with this message:

    klass.opts = klass.OPTIONS_CLASS(meta, ordered=ordered)
TypeError: __init__() got an unexpected keyword argument 'ordered'

Related: marshmallow-code/marshmallow-sqlalchemy#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.