-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PynamoDB version 4 Breaking changes #6
Comments
I'm now pretty sure that new versions of pynamodb and/or marshmallow break this library
Maybe I'll try to fix the problems caused by pynamodb version 4 changes but any help updating this library would be great |
Hey David,
Not sure if this is the best solution but I was able to get a local version running by changing the mapping in convert.py to import the MapAttribute class instead of the MapAttributeMeta (I'm not sure what the actual effects of this are I'm mostly just doing this to get past the import error)
Then to get past the second issue I passed in any other args or kwargs to the parent constructor for the ModelOpts in schema.py
After doing that I was able to do basic round trip serialization with simple objects |
Hello people. I have the same problem. |
Working fork: https://github.com/chrismaille/marshmallow-pynamodb |
I updated the packages of my project and had problems with the use of this plugin.
I think it's related to the Breaking changes in the major relase 4.0 of pynamodb I installed.
To be honest I am not 100% sure it was this project but I think the changes to pynamodb could cause problems here
The text was updated successfully, but these errors were encountered: