-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Django5+ #610
Support Django5+ #610
Conversation
django>=2.2,<5.0 | ||
djangorestframework-simplejwt==4.6.0 | ||
django>=2.2 | ||
djangorestframework-simplejwt>=5.3.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jazzband/djangorestframework-simplejwt#756
without this
ImportError: Could not import 'dj_rest_auth.jwt_auth.JWTCookieAuthentication' for API setting 'DEFAULT_AUTHENTICATION_CLASSES'. ImportError: cannot import name 'utc' from 'django.utils.timezone'
@@ -2,7 +2,7 @@ | |||
from allauth.socialaccount.providers.facebook.views import FacebookOAuth2Adapter | |||
from allauth.socialaccount.providers.facebook.views import FacebookProvider | |||
from allauth.socialaccount.models import SocialApp | |||
from allauth.exceptions import ImmediateHttpResponse | |||
from allauth.core.exceptions import ImmediateHttpResponse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
allauth.exceptions is deprecated, use allauth.core.exceptions
Current CI uses only python3.8 for testing and building. Maybe migrate to GHA all the way? |
Any updates on this ? |
Waiting on @q0w to address all feedback. |
I already did |
Good call, I'm going to switch this repo to use GHA. |
Closing in favor of #615 (I've included the commits from this PR) |
Closes #606