Skip to content

Commit

Permalink
chore: pin social-auth-app-django to 5.2 to prevent unintended hangin…
Browse files Browse the repository at this point in the history
…g migration regression (openedx-unsupported#4044)
  • Loading branch information
christopappas authored Oct 26, 2023
1 parent 9483664 commit fc58dd7
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 @@ -33,6 +33,10 @@ idna==2.7
# TODO : Pinning this until we are sure there aren't any breaking changes, then we'll upgrade.
celery<5.0.0

# social-auth-app-django 5.3.0 currently introduces a hanging migration for large table sizes
# Pinning for now to reduce entropy
social-auth-app-django==5.2.0

# bok-choy 2.0.1 still requires selenium<4
# (bok-choy is now deprecated; updates unlikely)
# - pytest-selenium v3 has inconsistent pytest dependency requirements
Expand Down

0 comments on commit fc58dd7

Please sign in to comment.