In version 3.1.2, the `JSONField` in `graphene_django.compat` was removed. While removing this is a valid change, it constitutes a breaking change, and therefore a bump of the project's major version. Due to semantic versioning, downstream applications will automatically update to `3.1.2` and break if they imported the field from there. Please make a critical bugfix release reverting the change and release it to PyPI as version 3.1.3, if possible, today ☺!