-
Notifications
You must be signed in to change notification settings - Fork 58
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
Example in README has outdated code #67
Comments
had the same issue
maybe also useful to include in the readme: npm install --save swagger-ui-dist
cp -R node_modules/swagger-ui-dist /path/to/your/static-dir/swagger |
Hi there, is there any update on this? |
Hi! Yes, it would be cool to include a list of difference between marshmallow < 3 and marshmallow >= 3 into documentation (and I know that many people still use 2.x versions). @sad-boy-uoa you are welcome to put up a PR. I will appreciate it:) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all,
Thank you for this fantastic library, it will be very useful for me!
I was experimenting with this library for a project of mine and noticed that the README has an out of date usage of marshmallow.Schema where the strict=True argument is passed.
In marshmallow > 3 there was a breaking change introduced as per the changelog: https://marshmallow.readthedocs.io/en/stable/changelog.html?highlight=strict#b7-2018-02-03
I'm happy to put up a PR to update the README if you need!
The text was updated successfully, but these errors were encountered: