The edx-platform Upgrade Requirements github action is currently broken, because it tries to build pyarrow from wheel and fails. See example failure here: https://github.com/openedx/edx-platform/actions/runs/18169581369/job/51720673959. The error is:
Building wheel for pyarrow (pyproject.toml) did not run successfully.
This issue is happening against master, but this last failure was against an attempt to directly reference pyarrow in an attempt to bypass the failure. This did not work.
Other notes:
pip._vendor.packaging._tokenizer.ParserSyntaxError: Expected end or semicolon (after name and no valid version specifier)
django-oauth-toolkit==
The edx-platform Upgrade Requirements github action is currently broken, because it tries to build pyarrow from wheel and fails. See example failure here: https://github.com/openedx/edx-platform/actions/runs/18169581369/job/51720673959. The error is:
This issue is happening against master, but this last failure was against an attempt to directly reference pyarrow in an attempt to bypass the failure. This did not work.
Other notes: