Closes #22095: Unpin social-auth-core

This commit is contained in:
Jeremy Stretch 2026-08-14 10:27:37 -04:00
parent f4fdd60e8d
commit 334e2fa8a1
2 changed files with 3 additions and 4 deletions

View File

@ -160,8 +160,7 @@ social-auth-app-django
# Social authentication framework
# https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
# Need to verify that v4.9.0 does not introduce breaking changes (see #22095)
social-auth-core==4.8.*
social-auth-core
# Image thumbnail generation
# https://github.com/jazzband/sorl-thumbnail/blob/master/CHANGES.rst

View File

@ -35,8 +35,8 @@ PyYAML==6.0.3
redis==7.4.1
requests==2.34.2
rq==2.10.0
social-auth-app-django==5.9.0
social-auth-core==4.8.7
social-auth-app-django==6.0.1
social-auth-core==5.1.0
sorl-thumbnail==13.0.0
strawberry-graphql==0.323.2
strawberry-graphql-django==0.86.5