Hi, your project generalised-signature-method requires "sacred==0.8.1" in its dependency. After analyzing the source code, we found that some other versions of sacred can also be suitable without affecting your project, i.e., sacred 0.8.0. Therefore, we suggest to loosen the dependency on sacred from "sacred==0.8.1" to "sacred>=0.8.0,<=0.8.1" to avoid any possible conflict for importing more packages or for downstream projects that may use generalised-signature-method.
May I pull a request to loosen the dependency on sacred?
By the way, could you please tell us whether such dependency analysis may be potentially helpful for maintaining dependencies easier during your development?
For your reference, here are details in our analysis.
Your project generalised-signature-method(commit id: 78c1a8bf7f5c31c61b32d18732f58da916db3855) directly uses 3 APIs from package sacred.
From which, 48 functions are then indirectly called, including 29 sacred's internal APIs and 19 outsider APIs, as follows (neglecting some repeated function occurrences).
We scan sacred's versions among [0.8.0] and 0.8.1, the changing functions (diffs being listed below) have none intersection with any function or API we mentioned above (either directly or indirectly called by this project).
As for other packages, the APIs of @outside_package_name are called by sacred in the call graph and the dependencies on these packages also stay the same in our suggested versions, thus avoiding any outside conflict.
Therefore, we believe that it is quite safe to loose your dependency on sacred from "sacred==0.8.1" to "sacred>=0.8.0,<=0.8.1". This will improve the applicability of generalised-signature-method and reduce the possibility of any further dependency conflict with other projects/packages.
Hi, your project generalised-signature-method requires "sacred==0.8.1" in its dependency. After analyzing the source code, we found that some other versions of sacred can also be suitable without affecting your project, i.e., sacred 0.8.0. Therefore, we suggest to loosen the dependency on sacred from "sacred==0.8.1" to "sacred>=0.8.0,<=0.8.1" to avoid any possible conflict for importing more packages or for downstream projects that may use generalised-signature-method.
May I pull a request to loosen the dependency on sacred?
By the way, could you please tell us whether such dependency analysis may be potentially helpful for maintaining dependencies easier during your development?
For your reference, here are details in our analysis.
Your project generalised-signature-method(commit id: 78c1a8bf7f5c31c61b32d18732f58da916db3855) directly uses 3 APIs from package sacred.
From which, 48 functions are then indirectly called, including 29 sacred's internal APIs and 19 outsider APIs, as follows (neglecting some repeated function occurrences).
We scan sacred's versions among [0.8.0] and 0.8.1, the changing functions (diffs being listed below) have none intersection with any function or API we mentioned above (either directly or indirectly called by this project).
As for other packages, the APIs of @outside_package_name are called by sacred in the call graph and the dependencies on these packages also stay the same in our suggested versions, thus avoiding any outside conflict.
Therefore, we believe that it is quite safe to loose your dependency on sacred from "sacred==0.8.1" to "sacred>=0.8.0,<=0.8.1". This will improve the applicability of generalised-signature-method and reduce the possibility of any further dependency conflict with other projects/packages.