Skip to content

xmltodict==0.13.0 leads to conflicts with azure.azcollection >=3.10.0 #543

@lask79

Description

@lask79

Hi,

you are defining xmltodict as a dependency for for ansible.utils.keep_keys. But you are restricting it to a specific version:
xmltodict==0.13.0

ansible.utils only definds a dependency to that library without a version. In our current Ansible EE build where we install your collection azure.azcollection >=3.10.0 we run into a conflict because azure.azcollection now needs a
xmltodict>=1.0.2 .

This leads to a build error because both are not possible at the same time. Is there a specific reason why you need to restrict it to 0.13.0 and can that be changed to >= 0.13.0 or higher? Or maybe completely remove that dependency when you only need it for something ansible.utils needs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions