fix: bump openedx-learning to 0.30.2 - #37794
Conversation
This includes an important fix for assigning the correct user to library backup/restore actions.
| # 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 |
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.
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
|
Closing in favor of #37730 |
This includes an important fix for assigning the correct user to library backup/restore actions.