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

Support social-auth-app-django 5.0.0 #668

Open
bj00rn opened this issue May 16, 2022 · 13 comments
Open

Support social-auth-app-django 5.0.0 #668

bj00rn opened this issue May 16, 2022 · 13 comments

Comments

@bj00rn
Copy link

bj00rn commented May 16, 2022

Hi,

Any reason why we can't support social-auth-app-django 5?

I see that the dependency has been upgraded in master already.

https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md#500---2021-08-05

Can we expect a release anytime soon?

Thanks!

@bj00rn
Copy link
Author

bj00rn commented May 23, 2022

#655

@bj00rn
Copy link
Author

bj00rn commented May 23, 2022

#651

@skonikevrone
Copy link

@dekoza @tomwojcik

New release would solve django 4 compatibility. social-auth-app-django 5 has important bug fix.

@tomwojcik
Copy link
Contributor

@dekoza @tomwojcik

New release would solve django 4 compatibility. social-auth-app-django 5 has important bug fix.

We're not the maintainers anymore.

@skonikevrone
Copy link

@dekoza @tomwojcik
New release would solve django 4 compatibility. social-auth-app-django 5 has important bug fix.

We're not the maintainers anymore.

Sorry to bother you.
Any chance you know someone whom we can ping?

@tomwojcik
Copy link
Contributor

@skonikevrone No problem. @haxoza is your best bet.

@bj00rn
Copy link
Author

bj00rn commented Aug 24, 2022

@haxoza we get a new release please you think?

Seems there are issues with latest commit on master.
Commit ede06f2 is working fine though

@sinisarudan
Copy link

sinisarudan commented Sep 20, 2022

Yes, This issue requires hacks for social-auth-app-django like the one I have introduced
python-social-auth/social-app-django#386 (comment)
The contributor to the social-auth-app-django
has answered:

Use social-auth-app-django==5.0.0 instead for compatiblity with recent Django releases.

that we cannot use actually, until Djoser doesn't overcome this dependency requirement:

Cannot install ... social-auth-app-django==5.0.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested social-auth-app-django==5.0.0
    djoser 2.1.0 depends on social-auth-app-django<5.0.0 and >=4.0.0

@albjoaov
Copy link

Hello! Any updates on this?

@Geg3mon
Copy link

Geg3mon commented Jan 23, 2023

Hi, in your settings.py

import django
from django.utils.encoding import force_str
django.utils.encoding.force_text = force_str

@bj00rn
Copy link
Author

bj00rn commented Jan 24, 2023

@dekoza @tomwojcik

Any other guesses to to who maintains this repo? @haxoza is unresponsive it seems.

This is a showstopper for many who are using this library

Thanks!

@tomwojcik
Copy link
Contributor

@bj00rn I will take over from now on, but I can spend only a few hours a month on this project. I will look over the issues soon. For now, the new release is the top prio.

@bj00rn
Copy link
Author

bj00rn commented Apr 3, 2023

@bj00rn I will take over from now on, but I can spend only a few hours a month on this project. I will look over the issues soon. For now, the new release is the top prio.

Good news!

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

No branches or pull requests

6 participants