Skip to content

Commit

Permalink
Merge pull request #2098 from dandi/test-staging-allauth-breakage
Browse files Browse the repository at this point in the history
Pin `django-allauth` to 0.61.1
  • Loading branch information
jjnesbitt authored Dec 9, 2024
2 parents dc454f4 + cca35b5 commit bff01c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bff01c8

Please sign in to comment.