You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, your project PySleuth requires "telepot==12.7" in its dependency. After analyzing the source code, we found that the following versions of telepot can also be suitable without affecting your project, i.e., telepot 10.2, 10.3, 10.4, 10.5, 11.0, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6. Therefore, we suggest to loosen the dependency on telepot from "telepot==12.7" to "telepot>=10.2,<=12.7" to avoid any possible conflict for importing more packages or for downstream projects that may use PySleuth.
May I pull a request to further loosen the dependency on telepot?
By the way, could you please tell us whether such dependency analysis may be potentially helpful for maintaining dependencies easier during your development?
We also give our detailed analysis as follows for your reference:
Your project PySleuth directly uses 2 APIs from package telepot.
Beginning from the 2 APIs above, 4 functions are then indirectly called, including 3 telepot's internal APIs and 1 outsider APIs. The specific call graph is listed as follows (neglecting some repeated function occurrences).
We scan telepot's versions and observe that during its evolution between any version from [10.2, 10.3, 10.4, 10.5, 11.0, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6] and 12.7, 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 threading are called by telepot 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 telepot from "telepot==12.7" to "telepot>=10.2,<=12.7". This will improve the applicability of PySleuth and reduce the possibility of any further dependency conflict with other projects.
The text was updated successfully, but these errors were encountered:
Hi, your project PySleuth requires "telepot==12.7" in its dependency. After analyzing the source code, we found that the following versions of telepot can also be suitable without affecting your project, i.e., telepot 10.2, 10.3, 10.4, 10.5, 11.0, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6. Therefore, we suggest to loosen the dependency on telepot from "telepot==12.7" to "telepot>=10.2,<=12.7" to avoid any possible conflict for importing more packages or for downstream projects that may use PySleuth.
May I pull a request to further loosen the dependency on telepot?
By the way, could you please tell us whether such dependency analysis may be potentially helpful for maintaining dependencies easier during your development?
We also give our detailed analysis as follows for your reference:
Your project PySleuth directly uses 2 APIs from package telepot.
Beginning from the 2 APIs above, 4 functions are then indirectly called, including 3 telepot's internal APIs and 1 outsider APIs. The specific call graph is listed as follows (neglecting some repeated function occurrences).
We scan telepot's versions and observe that during its evolution between any version from [10.2, 10.3, 10.4, 10.5, 11.0, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6] and 12.7, 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 threading are called by telepot 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 telepot from "telepot==12.7" to "telepot>=10.2,<=12.7". This will improve the applicability of PySleuth and reduce the possibility of any further dependency conflict with other projects.
The text was updated successfully, but these errors were encountered: