Hi, your project Codenames(commit id: 08e020a91a6e426bec34527fdd666a7528300ea3) requires "transitions==0.6.3" in its dependency. After analyzing the source code, we found that the following versions of transitions can also be suitable, i.e., transitions 0.6.4, 0.6.5, since all functions that you directly (1 APIs: transitions.core.Machine.init) or indirectly (propagate to 15 transitions's internal APIs and 8 outsider APIs) used from the package have not been changed in these versions, thus not affecting your usage.
Therefore, we believe that it is quite safe to loose your dependency on transitions from "transitions==0.6.3" to "transitions>=0.6.3,<=0.6.5". This will improve the applicability of Codenames and reduce the possibility of any further dependency conflict with other projects.
May I pull a request to further loosen the dependency on transitions?
By the way, could you please tell us whether such an automatic tool for dependency analysis may be potentially helpful for maintaining dependencies easier during your development?
Hi, your project Codenames(commit id: 08e020a91a6e426bec34527fdd666a7528300ea3) requires "transitions==0.6.3" in its dependency. After analyzing the source code, we found that the following versions of transitions can also be suitable, i.e., transitions 0.6.4, 0.6.5, since all functions that you directly (1 APIs: transitions.core.Machine.init) or indirectly (propagate to 15 transitions's internal APIs and 8 outsider APIs) used from the package have not been changed in these versions, thus not affecting your usage.
Therefore, we believe that it is quite safe to loose your dependency on transitions from "transitions==0.6.3" to "transitions>=0.6.3,<=0.6.5". This will improve the applicability of Codenames and reduce the possibility of any further dependency conflict with other projects.
May I pull a request to further loosen the dependency on transitions?
By the way, could you please tell us whether such an automatic tool for dependency analysis may be potentially helpful for maintaining dependencies easier during your development?