Django-require change repository

Hello, im trying to run tutor images build openedx and it trows me an error:

20.43   fatal: reference is not a tree: 0c54adb167142383b26ea6b3edecc3211822a776
20.83 ERROR: Command errored out with exit status 128: git checkout -q 0c54adb167142383b26ea6b3edecc3211822a776 Check the logs for full command output.
20.84 WARNING: You are using pip version 20.0.2; however, version 24.0 is available.
20.84 You should consider upgrading via the '/openedx/venv/bin/python -m pip install --upgrade pip' command.
------
Dockerfile:91
--------------------
  89 |
  90 |     # Install base requirements
  91 | >>> RUN pip install -r ./requirements/edx/base.txt
  92 |
  93 |     # Install django-redis for using redis as a django cache
--------------------
ERROR: failed to solve: process "/bin/sh -c pip install -r ./requirements/edx/base.txt" did not complete successfully: exit code: 1
Error: Command failed with status 1: docker build -t docker.io/overhangio/openedx:13.3.2 /home/ubuntu/.local/share/tutor/env/build/openedx

im using openedx maple
can someone help me?

thanks!

the django-require repository changes to openedx/django-require: A Django staticfiles post-processor for optimizing with RequireJS. (github.com)