Marshmallow Version Requirement
See original GitHub issueThe marshmallow verison is currently fixed to 2.13.1 which makes it hard if someone (like me) wants to integrate flask-rest-jsonapi into a existing application which uses another verion of marshmallow.
marshmallow_jsonapi requires ‘marshmallow>=2.3.0’. does flask-rest-jsonapi depend on any specific features of marshmallow which where introduced after version 2.3.0? Basically between 2.3.0 and 2.13.1, no backward incompatible changes should have been made.
I sugest to change the requirement to marshmallow>=2.3.0
and maybe make it more future proof with marshmallow>=2.3.0, <3
because version 3 of marhsmallow might introduce breaking changes.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Installation — marshmallow 3.19.0 documentation
marshmallow requires Python >= 3.7. It has no external dependencies other than the packaging library. Installing/Upgrading from the PyPI¶. To install the ...
Read more >marshmallow - PyPI
marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes.
Read more >Android Marshmallow - Wikipedia
Android Marshmallow is the sixth major version of the Android operating system developed by ... The requirement for mandatory device encryption was originally...
Read more >Marshmallow - Android
Ready for Android 6.0 Marshmallow? Android Marshmallow is coming to a Nexus device near you. Click on one of our partners below to...
Read more >Marshmallow Features - Xamarin | Microsoft Learn
The 64-bit version of JDK 1.8 is required if you are using custom controls or the Forms Previewer.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
no just to secure updates. I recently updated the version of marshmallow for security issues so the current version is now 2.18.0
BTW, why not use https://pyup.io/ to catch/monitor dependencies upgrades?