Skip to content
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

django-allauth >= v64.0.0 support #646

Open
dpgraham4401 opened this issue Aug 7, 2024 · 3 comments · May be fixed by #655
Open

django-allauth >= v64.0.0 support #646

dpgraham4401 opened this issue Aug 7, 2024 · 3 comments · May be fixed by #655

Comments

@dpgraham4401
Copy link

Django Allauth recently released their first stable version, from 0.63.6 to 64.0.0. It's worth noting he says in the release notes that they may continue to introduce minor breaking changes in minor version.

I haven't tested whether there are problems from upgrading to >= 64.0.0 yet.

@dpgraham4401 dpgraham4401 changed the title django-allauth v64.0.0 support django-allauth >= v64.0.0 support Aug 7, 2024
@semihsezer
Copy link

Yes it would be great to become compatible with the latest Django Allauth!
Are there known incompatibilities or issues that we need to fix?

@dpgraham4401
Copy link
Author

The only listed backwards incompatible change listed in django-allauth's 64.0.0 release notes is they dropped support to django < 4.1. https://docs.allauth.org/en/latest/release-notes/recent.html#id2

I will test against the lastest version and submit a PR if I don't find any problems.

@amir3digh
Copy link

Please also check this issue:
#639

This error occurs while using django-allauth >= v0.62.0 :
"OAuth2Provider.get_scope() takes 1 positional argument but 2 were given"

@dpgraham4401 dpgraham4401 linked a pull request Sep 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants