-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi, your project k8s-debugkit(commit id: 99b0dfe) requires "responder==1.3.1" in its dependency. After analyzing the source code, we found that the following versions of responder can also be suitable, i.e., responder 1.3.0, 1.3.2, since all functions that you directly (3 APIs: responder.api.API.route, responder.api.API.init, responder.api.API.run) or indirectly (propagate to 8 responder's internal APIs and 15 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 responder from "responder==1.3.1" to "responder>=1.3.0,<=1.3.2". This will improve the applicability of k8s-debugkit and reduce the possibility of any further dependency conflict with other projects.
May I pull a request to further loosen the dependency on responder?
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?