Skip to content
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

Use dependency lxml[html_clean] #39

Merged
merged 2 commits into from
Apr 1, 2024

Conversation

waldeck-dev
Copy link
Contributor

Fixes #38

New verion of lxml (5.2.0) extracted the lxml.html.clean implementation into a separate library.
This pull request switches dependency from lxml to lxml[html_clean].

Fixes matthiask#38

New verion of `lxml` (5.2.0) extracted the `lxml.html.clean` implementation into a separate library.
This commit switches dependency from `lxml` to `lxml[html_clean]`.

Signed-off-by: Valentin <valentin@waldeck.dev>
pyproject.toml Outdated Show resolved Hide resolved
@matthiask matthiask merged commit 83d24a1 into matthiask:main Apr 1, 2024
4 checks passed
@matthiask
Copy link
Owner

Thank you!

@waldeck-dev waldeck-dev deleted the waldeck-dev/issue38 branch April 1, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BREAKING CHANGE introduced by dependency lxml 5.2.0
2 participants