From 334e2fa8a109d040b4177a23e908b77684d01679 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 14 Aug 2026 10:27:37 -0400 Subject: [PATCH] Closes #22095: Unpin social-auth-core --- base_requirements.txt | 3 +-- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/base_requirements.txt b/base_requirements.txt index 0e65e3964..c1b68c0cc 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 40d714689..5801652b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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