This is a minor release that updates some of the lower-level parsing and diffing tools this package relies on:
-
Updates the diff-match-patch implementation we rely on for simple text diffs to fast_diff_match_patch v2.x. (#126)
-
Fix misconfigured dependency requirements for html5-parser. This should have no user impact, since there are no releases (yet) in the version range we were accidentally allowing for. (#126)
-
Support lxml v5.x. (#163)