From cca35b51e9eb92532b2cd36330ae0eed1bfa950e Mon Sep 17 00:00:00 2001 From: Mike VanDenburgh Date: Fri, 6 Dec 2024 14:30:04 -0500 Subject: [PATCH] Pin `django-allauth` to 0.61.1 --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 7c1023a96..815a7523f 100644 --- a/setup.py +++ b/setup.py @@ -45,9 +45,8 @@ 'dandischema==0.10.2', # schema version 0.6.8 'django~=4.1.0', 'django-admin-display', - # Require 0.58.0 as it is the first version to support postgres' native - # JSONField for SocialAccount.extra_data - 'django-allauth>=0.58.0', + # Pin to 0.61.1 to test user signup + 'django-allauth==0.61.1', 'django-click', 'django-configurations[database,email]', 'django-extensions',