Skip to content

Commit

Permalink
feat: Pin social-auth-app-django as a requirement.
Browse files Browse the repository at this point in the history
There are a few migrations going into this library
which cause operational headaches for operators.
We would like to pin until the migrations settle down
and then we can unpin this again.
  • Loading branch information
dianakhuang committed Aug 6, 2024
1 parent 3c64b74 commit b16a4f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ numpy<2.0.0
# Two lines were added in 1.14.4 that make file_exists_in_storage function always return False,
# as the default value of AWS_S3_FILE_OVERWRITE is True
django-storages<1.14.4

# social-auth-app-django 5.4.2 introduces a new migration that will not play nicely with large installations.
# We are pinning this until after all the smaller migrations get handled and then we can migrate this all at once.
social-auth-app-django<=5.4.1

0 comments on commit b16a4f2

Please sign in to comment.