fix: bump openedx-learning to 0.30.2#37794
Closed
ormsbee wants to merge 1 commit intoopenedx:release/ulmofrom
Closed
fix: bump openedx-learning to 0.30.2#37794ormsbee wants to merge 1 commit intoopenedx:release/ulmofrom
ormsbee wants to merge 1 commit intoopenedx:release/ulmofrom
Conversation
This includes an important fix for assigning the correct user to library backup/restore actions.
ormsbee
commented
Dec 19, 2025
| # See issue https://github.com/openedx/public-engineering/issues/440 for details regarding the ongoing fix. | ||
| # The constraint can be removed once a release (pip-tools > 7.5.1) is available with support for pip 25.3 | ||
| # Issue to track this dependency and unpin later on: https://github.com/openedx/edx-lint/issues/503 | ||
| pip<25.3 |
Contributor
Author
There was a problem hiding this comment.
@feanil: Do you know why this happens when I run upgrade-package for this backport? I don't understand the significance of this, and how much I should worry about it.
Contributor
There was a problem hiding this comment.
The common_constraint.txt file gets updated from master of edx-lint on any package update operation it looks like.
https://github.com/openedx/edx-platform/blob/master/Makefile#L116-L116
Looking at it from the perspective of older releases, I think this is a bug and probably should only update on the make upgrade target not on the make upgrade-package target. I think it's fine to leave in for now but we can fix it moving forward.
I made #37797 to fix this on master
Contributor
Author
|
Closing in favor of #37730 |
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.
This includes an important fix for assigning the correct user to library backup/restore actions.