Skip to content

Commit

Permalink
Pin django-allauth to >=65.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Dec 9, 2024
1 parent 366e2b9 commit 50f5e8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
'dandischema==0.10.2', # schema version 0.6.8
'django~=4.2.0',
'django-admin-display',
# Pin to 0.61.1 to test user signup
'django-allauth==0.61.1',
# Pin to version where this bug is fixed
# https://codeberg.org/allauth/django-allauth/issues/4072
'django-allauth>=65.3.0',
'django-click',
'django-configurations[database,email]',
'django-extensions',
Expand Down

0 comments on commit 50f5e8c

Please sign in to comment.