-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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
-
Loosen click to be apitaxcore >=3.0.6.
-
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