It seems like dj-rest-auth [erroneously imports from allauth.socialaccount.providers.facebook.views instead of allauth.socialaccount.providers.facebook.providers](https://github.com/iMerica/dj-rest-auth/blob/8f83b41511eacb0046401989cfa292395f1a76be/dj_rest_auth/tests/test_serializers.py#L3). This import worked incidentally, until [some stuff got moved around](https://github.com/pennersr/django-allauth/commit/a0d2db63ecf073710ba7d4c5fcdfee9a7809f0fd) just prior to django-allauth bumping its version to `0.62.0`. This might influence more parts of the codebase than just the permalinked line. Just wanted to give you a heads up!