Skip to content

Commit bff01c8

Browse files
authored
Merge pull request #2098 from dandi/test-staging-allauth-breakage
Pin `django-allauth` to 0.61.1
2 parents dc454f4 + cca35b5 commit bff01c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@
4545
'dandischema==0.10.2', # schema version 0.6.8
4646
'django~=4.1.0',
4747
'django-admin-display',
48-
# Require 0.58.0 as it is the first version to support postgres' native
49-
# JSONField for SocialAccount.extra_data
50-
'django-allauth>=0.58.0',
48+
# Pin to 0.61.1 to test user signup
49+
'django-allauth==0.61.1',
5150
'django-click',
5251
'django-configurations[database,email]',
5352
'django-extensions',

0 commit comments

Comments
 (0)