-
Notifications
You must be signed in to change notification settings - Fork 4.2k
fix: include new assets.txt file in make upgrade #32860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| edx-braze-client==0.1.7 | ||
| # via -r requirements/edx/bundled.in | ||
| edx-bulk-grades==1.0.1 | ||
| edx-bulk-grades==1.0.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This package looks ok.
| edx-ccx-keys==1.2.1 | ||
| # via -r requirements/edx/kernel.in | ||
| edx-celeryutils==1.2.2 | ||
| edx-celeryutils==1.2.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This package looks ok.
| edx-codejail==3.3.3 | ||
| # via -r requirements/edx/kernel.in | ||
| edx-completion==4.2.1 | ||
| edx-completion==4.3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok
requirements/edx/base.txt
Outdated
| edx-completion==4.3.0 | ||
| # via -r requirements/edx/kernel.in | ||
| edx-django-release-util==1.2.0 | ||
| edx-django-release-util==1.3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has migration due to django40
|
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
|
My mistake, thanks for the fix @UsamaSadiq ! |
|
2U Release Notice: This PR has been deployed to the edX production environment. |
Description
npm run build(experimental) #32823 introduced two new Python requirements filesassets.inandassets.txt. Since these files were not included in themake upgradetarget, it broke both theUpgrade RequirementsandUpgrade one dependencyworkflows due to requirements conflicts when upgrading packages.make upgradetarget will fix both of the failing jobs as well asmake upgradetarget running locally.Testing
Requirements Upgradeworkflow build against this branch.