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

dependency hardcoded to be conan 1.41.0 causes troubles in newer projects #44

@volviq

Description

@volviq

https://github.com/CycloneDX/cyclonedx-conan/blob/main/pyproject.toml
Specifies:
conan = "1.41.0"
Instead a range seems to be valid as well.
cyclonedx conan works fine locally with conan 1.49.0. 1.49.x brings several improvements which are required by our project.

So specifying:
pendulum = "^1.41.0"
Should be sufficient to permit all versions up to 1.49.9
See https://python-poetry.org/docs/dependency-specification/ for format specification.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions