Hi, dash locked the version constraint of dash-core-components as dash-core-components ==1.6.0, which leads a troubling scenario to its direct downstream project beeflow which has dependency dash-core-components.
What makes the situation worse is that the downstream projects [skijumpdesign, django-plotly-dash, plotly-scientific-plots] of dash are also have dependency dash-core-components.
Could you please loosen the version constraint of dash-core-components?
Benefit of this is that users using both of dash and dash-core-components 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 dash-core-components >=1.6.0.
-
Try to add an upper bound for dash-core-components’s version constraint, according to your compatibility.
@chriddyp Please let me know your choice. I can submit a PR to fix this issue.
Thanks for your attention.
Best,
Neolith
Hi, dash locked the version constraint of dash-core-components as dash-core-components ==1.6.0, which leads a troubling scenario to its direct downstream project beeflow which has dependency dash-core-components.
What makes the situation worse is that the downstream projects [skijumpdesign, django-plotly-dash, plotly-scientific-plots] of dash are also have dependency dash-core-components.
Could you please loosen the version constraint of dash-core-components?
Benefit of this is that users using both of dash and dash-core-components 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 dash-core-components >=1.6.0.
Try to add an upper bound for dash-core-components’s version constraint, according to your compatibility.
@chriddyp Please let me know your choice. I can submit a PR to fix this issue.
Thanks for your attention.
Best,
Neolith