Skip to content

Loosen the version constraint of apitaxcore to avoid dependency conflicts #1

@NeolithEra

Description

@NeolithEra

Hi, commandtax locked the version constraint of apitaxcore as apitaxcore ==3.0.6, which leads a troubling scenario to its direct downstream project Apitax which has dependency apitaxcore.

What makes the situation worse is that the downstream projects [apitaxdrivers, scriptax, scriptaxstd] of commandtax are also have dependency apitaxcore.

Could you please loosen the version constraint of apitaxcore?
Benefit of this is that users using both of commandtax and apitaxcore can upgrade their third party libraries in a timely manner to reduce technical debts.

Solution

The dependency trees of your project and affected downstream projects are shown as follows.
Taking the version constraints of upstream and downstream projects into comprehensive consideration, you can

  1. Loosen click to be apitaxcore >=3.0.6.

  2. Try to add an upper bound for apitaxcore’s version constraint, according to your compatibility.

@ShawnClake Please let me know your choice. I can submit a PR to fix this issue.

Thanks for your attention.
Best,
Neolith

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