getnikola / nikola

A static website and blog generator
https://getnikola.com/
MIT License
2.58k stars 443 forks source link

Obvious (provisorical) fix to lxml dependency incompatibility problem. #3733

Closed aknrdureegaesr closed 6 months ago

aknrdureegaesr commented 6 months ago

Pull Request Checklist

Description

For now, pin the lxml version to the last 4.x.y to maintain compatibility with existing code.

This is a band-aid. No root cause analysis of the incompatibility has been made yet.

This pertains to, but does not yet solve, #3732.

Kwpolska commented 6 months ago

Superseded by #3735 (which introduced a workaround for the lxml bug).