Styria-Digital / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
https://styria-digital.github.io/django-rest-framework-jwt/
MIT License
191 stars 57 forks source link

New release with support for Django 3.2 #101

Closed GlugovGrGlib closed 2 years ago

GlugovGrGlib commented 3 years ago

Hi! We are looking forward to using drf-jwt with Django 3.2

Required PR, for testing against the Django 3.2, was opened, but wasn't merged yet: https://github.com/Styria-Digital/django-rest-framework-jwt/pull/97 Is there any chance a new version will be bumped soon?

If any blockers with the release, I would be happy to help.

Thank you

fitodic commented 2 years ago

Sorry for the late response. The PR was merged, but I'm not sure if a new release is necessary. From setup.cfg:

PyJWT[crypto]>=1.5.2,<3.0.0
Django>=1.11
djangorestframework>=3.7

there's no upper bound so I think you should be able to install it next to Django 3.2. Could you please check it out and confirm?

GlugovGrGlib commented 2 years ago

@fitodic Thanks, seems like it working without any problem!