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 fsdl-text-recognizer-project requires "boltons==20.0.0" in its dependency. After analyzing the source code, we found that the following versions of boltons can also be suitable without affecting your project, i.e., boltons 19.0.0, 19.0.1, 19.1.0, 19.2.0, 19.3.0, 20.1.0, 20.2.0, 20.2.1, 21.0.0. Therefore, we suggest to loosen the dependency on boltons from "boltons==20.0.0" to "boltons>=19.0.0,<=21.0.0" to avoid any possible conflict for importing more packages or for downstream projects that may use fsdl-text-recognizer-project.
May I pull a request to further loosen the dependency on boltons?
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 fsdl-text-recognizer-project directly uses 1 APIs from package boltons.
boltons.cacheutils.cachedproperty.__init__
Beginning from the 1 APIs above, 0 functions are then indirectly called, including 0 boltons's internal APIs and 0 outsider APIs. The specific call graph is listed as follows (neglecting some repeated function occurrences).
We scan boltons's versions and observe that during its evolution between any version from [19.0.0, 19.0.1, 19.1.0, 19.2.0, 19.3.0, 20.1.0, 20.2.0, 20.2.1, 21.0.0] and 20.0.0, 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).
Therefore, we believe that it is quite safe to loose your dependency on boltons from "boltons==20.0.0" to "boltons>=19.0.0,<=21.0.0". This will improve the applicability of fsdl-text-recognizer-project 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 fsdl-text-recognizer-project requires "boltons==20.0.0" in its dependency. After analyzing the source code, we found that the following versions of boltons can also be suitable without affecting your project, i.e., boltons 19.0.0, 19.0.1, 19.1.0, 19.2.0, 19.3.0, 20.1.0, 20.2.0, 20.2.1, 21.0.0. Therefore, we suggest to loosen the dependency on boltons from "boltons==20.0.0" to "boltons>=19.0.0,<=21.0.0" to avoid any possible conflict for importing more packages or for downstream projects that may use fsdl-text-recognizer-project.
May I pull a request to further loosen the dependency on boltons?
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 fsdl-text-recognizer-project directly uses 1 APIs from package boltons.
Beginning from the 1 APIs above, 0 functions are then indirectly called, including 0 boltons's internal APIs and 0 outsider APIs. The specific call graph is listed as follows (neglecting some repeated function occurrences).
We scan boltons's versions and observe that during its evolution between any version from [19.0.0, 19.0.1, 19.1.0, 19.2.0, 19.3.0, 20.1.0, 20.2.0, 20.2.1, 21.0.0] and 20.0.0, 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).
Therefore, we believe that it is quite safe to loose your dependency on boltons from "boltons==20.0.0" to "boltons>=19.0.0,<=21.0.0". This will improve the applicability of fsdl-text-recognizer-project and reduce the possibility of any further dependency conflict with other projects.
The text was updated successfully, but these errors were encountered: