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

Migrate from lxml to another XML parsing library #69

@sami-m-g

Description

@sami-m-g

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/.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions