iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.62k stars 302 forks source link

fix: drop use of deprecated allauth.utils.email_address_exists function #544

Closed alexei closed 10 months ago

alexei commented 10 months ago

allauth.utils.email_address_exists was removed recently, see https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst#0550-2023-08-22

alexei commented 10 months ago

I just realised this addresses the same issue as https://github.com/iMerica/dj-rest-auth/pull/536 and https://github.com/iMerica/dj-rest-auth/pull/539

Dresdn commented 10 months ago

@alexei - Can you close this out then? With the changes that django-allauth made, we should also change the dependency requirements.

alexei commented 10 months ago

Cool