Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,8 @@ pact-python<3.0.0
# https://github.com/openedx/edx-platform/issues/37880
sphinx-autoapi<3.6.1

# Date: 2026-01-28
# asgiref 3.11.0 and later versions don't exist on PyPI. The latest available version is 3.8.1.
# This constraint pins asgiref to an available version that is compatible with Django 5.2.9.
# This resolves failures in the archiver-prod-edx Jenkins job.
asgiref<=3.8.1
8 changes: 5 additions & 3 deletions scripts/user_retirement/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
# pip-compile --allow-unsafe --output-file=scripts/user_retirement/requirements/base.txt scripts/user_retirement/requirements/base.in
#
asgiref==3.11.0
# via django
asgiref==3.8.1
# via
# -c requirements/constraints.txt
# django
attrs==25.4.0
# via zeep
backoff==2.2.1
Expand Down
Loading