Skip to content

uv ignores the setuptools pin, so the openedx image build is unstable #1350

@kdmccormick

Description

@kdmccormick

The Dockerfile pins setuptools to v62 so that breaking changes to setuptools don't affect our build: https://github.com/overhangio/tutor/blob/release/tutor/templates/build/openedx/Dockerfile#L107

but uv seems to ignore that pin: astral-sh/uv#2500

so it seems we actually build with setuptools v82.

The release of v82 recently broke both Ulmo and Main build: #1347 . We have resolved that, but we are still vulnerable to future breaking changes in setuptools. If we do not address this in Ulmo, then even as we move on to Verawood, the Ulmo image build will be at risk of breakage at the whim of setuptools.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Pending Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions