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
I needed to upgrade Marshmallow to 3.2.1
and now I get an error
File "/lib/python3.6/site-packages/flask_rest_jsonapi/resource.py", line 131, in get
result = schema.dump(objects).data
AttributeError: 'dict' object has no attribute 'data'
Marshmallow 2.18.0 raises ChangedInMarshmallow3Warning for nested schemas which is annoying when running tests and clogs the logs. Marshmallow should be updated to 2.18.1 where this issue was fixed.
https://marshmallow.readthedocs.io/en/3.0/changelog.html
marshmallow-code/marshmallow#1136
The text was updated successfully, but these errors were encountered: