build: Upgrade to ora2==6.17.2 which removes loremipsum base dep#37991
Merged
kdmccormick merged 1 commit intomasterfrom Feb 9, 2026
Merged
build: Upgrade to ora2==6.17.2 which removes loremipsum base dep#37991kdmccormick merged 1 commit intomasterfrom
ora2==6.17.2 which removes loremipsum base dep#37991kdmccormick merged 1 commit intomasterfrom
Conversation
We hope this will fix an error where loremipsum is using pkg_resources, which setuptools dropped support for as of v82 (released yesterday).
Member
Author
|
|
Member
Author
|
Sorry, wrong PR, disregard the above comment |
brian-smith-tcril
approved these changes
Feb 9, 2026
Contributor
brian-smith-tcril
left a comment
There was a problem hiding this comment.
All tests except check_dependencies passed, so this LGTM!
|
Maybe this suggests that setuptools should be pinned to a specific version ? |
kdmccormick
added a commit
that referenced
this pull request
Feb 9, 2026
…37991) We hope this will fix an error where loremipsum is using pkg_resources, which setuptools dropped support for as of v82 (released yesterday).
This was referenced Feb 10, 2026
blarghmatey
pushed a commit
to mitodl/edx-platform
that referenced
this pull request
Feb 11, 2026
…penedx#37991) We hope this will fix an error where loremipsum is using pkg_resources, which setuptools dropped support for as of v82 (released yesterday). (cherry picked from commit d0a2212)
Ardiea
added a commit
to mitodl/edx-platform
that referenced
this pull request
Feb 19, 2026
The behavior of the MariaDB backend has changed behavior for UUIDField from a `CharField(32)` to an actual `uuid` type. This is not converted automatically, which results in all writes to the affected columns to error with a message about the data being too long. This is because the actual string being written is a UUID with the `-` included, resulting in a 36 character value which can't be inserted into a 32 character column. fix: renamed migration to 0016 Update cms/djangoapps/contentstore/migrations/0016_mariadb_uuid_conversion.py Co-authored-by: David Ormsbee <dave@axim.org> refactor: remove deprecated sidebar toggles (openedx#37983) DEPR ticket: openedx/public-engineering#316 feat: Add Waffle flag for AuthZ for Course Authoring (openedx#37985) build: Upgrade to `ora2==6.17.2` which removes loremipsum base dep (openedx#37991) We hope this will fix an error where loremipsum is using pkg_resources, which setuptools dropped support for as of v82 (released yesterday). fix: Nits on styles of library icon [FC-0114] (openedx#37980) - Fixes the issues described in openedx/frontend-app-authoring#2762 (comment): - Changed the background color for the library icon in the unit page. - Update punctuation for the library icon tooltip in the unit page. - Allows breaking the tooltip into multiple lines. refactor: xblock api upstream info and course details api (openedx#37971) - Returns top parent key instead of boolean in upstream info api - Adds edited_on raw time in course outline api - Adds has_changes to course details api feat: Add enable_authz_course_authoring flag to course_waffle_flags endpoint (openedx#37990) Discussion service to enable permission and access provider (openedx#37912) * chore: discussion service to enable permission and access provider
Anas-hameed
pushed a commit
to edly-io/edx-platform
that referenced
this pull request
Feb 20, 2026
…penedx#37991) (openedx#37992) We hope this will fix an error where loremipsum is using pkg_resources, which setuptools dropped support for as of v82 (released yesterday).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
We hope this will fix an error caused by the fact that loremipsum is using
pkg_resources, which setuptools dropped support for as of v82 (released yesterday).Supporting information
Issue report from community member: https://discuss.openedx.org/t/course-catalog-is-empty/18379/7?u=kmccormick
Related links:
Testing instructions
I am currently running a
tutor images build openedx openedx-devto see if this PR fixes the build issue.Even if it doesn't, we'll want to merge this PR, and then keep digging in order to find other packages relying on
pkg_resources.No need to manually test application code, in my opinion.
Deadline
ASAP, as this blocks basically all Open edX developers and site operators from building the platform image from scratch.
Other information
We should backport this to Ulmo, and possibly to older releases as well.
We did not fix the usage of
loremipsumin edx-ora2 test code. That'll need to be done as followup later, but it's not critical to unblocking general open edx backend development.loremipsumbroken as of setuptools v82 edx-ora2#2361