question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Marshmallow Version Requirement

See original GitHub issue

The 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:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
akira-devcommented, Jan 23, 2019

no just to secure updates. I recently updated the version of marshmallow for security issues so the current version is now 2.18.0

0reactions
kumycommented, Jan 23, 2019

BTW, why not use https://pyup.io/ to catch/monitor dependencies upgrades?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found