-
Notifications
You must be signed in to change notification settings - Fork 34
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
Marshmallow v3 Compatibility #11
Conversation
Unrelated issue popped in travis-ci
python 2 is broken with this change. |
…w v3 compatibility. If you need python2 and/or toasted support stick with v0.10.0
Bumped version to 0.30.0 (30 for v3) because this would include breaking changes.
Tests outside these are passing. People can stick with v0.10.0 if that's a problem. |
@qcho I am getting a problem when trying to use your branch (and the main branch too btw) to execute the tutorial code. I get this error Any ideas? |
any progress on this guys ? |
Any progress ?? |
Wasn't working with marshmallow v3 because of several incompatible changes.
I managed to make it work with these changes.
The
func(v)
call doesn't perform validations any-more. So I removed the wrong "errors" second param. But probably you need to advice where to perform this validation from now on if necessary.