Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Migrate from lxml to another XML parsing library #69

Open
sami-m-g opened this issue May 28, 2024 · 0 comments
Open

Migrate from lxml to another XML parsing library #69

sami-m-g opened this issue May 28, 2024 · 0 comments

Comments

@sami-m-g
Copy link
Contributor

We are using defusedxml as a secure layer over lxml. However, a DeprecationWarning currently raises when running tests:

DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release.
    from defusedxml.lxml import parse as parse_xml

defusedxml last release was in 2021 so I am not really worried, and this should be a low priority task.
We can move to one of the supported libraries here: https://pypi.org/project/defusedxml/.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant