You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Projects that use the edx-i18n-tools package are failing to install requirements. There was a recent minor version change to lxml that has projects using lxml.html.clean install the package with a setuptools dependency, like lxml[html_clean].
From the release notes: "The lxml.html.clean implementation suffered from several (only if used) security issues in the past and was now extracted into a separate library"
Projects that use the
edx-i18n-tools
package are failing to install requirements. There was a recent minor version change tolxml
that has projects usinglxml.html.clean
install the package with a setuptools dependency, likelxml[html_clean]
.From the release notes: "The lxml.html.clean implementation suffered from several (only if used) security issues in the past and was now extracted into a separate library"
See the release notes for 5.2.
The text was updated successfully, but these errors were encountered: