You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django 3.2 is now out, but we are currently blocked on upgrading to it due to djangorestframework-jsonapi specifically disallows that and newer versions as dependencies:
We want to specify each supported release of Django or other dependencies to make sure it actually works by running the test suite through it. See for instance #822 where Django 3.1 had been added and quite a bit of changes were needed.
Currently DRF has released a version which officially supports Django 3.2. This said I would be fine adding Django 3.2 support in DJA before DRF has a new release as long as the test suite runs through.
Django 3.2 is now out, but we are currently blocked on upgrading to it due to djangorestframework-jsonapi specifically disallows that and newer versions as dependencies:
django-rest-framework-json-api/setup.py
Line 101 in 0892e3a
I couldn't find any other issues related to this so thought I would create one.
Are there any specific concerns with loosening the version constraint so users of this library also can upgrade to Django 3.2?
The text was updated successfully, but these errors were encountered: