Skip to content

Suggest to loosen the dependency on nameko #391

Open
@Agnes-U

Description

@Agnes-U

Hi, your project nameko-webargs(commit id: 67f6404) requires "nameko==2.11.0" in its dependency. After analyzing the source code, we found that the following versions of nameko can also be suitable, i.e., nameko 2.7.0, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.8.5, 2.9.0rc0, 2.9.0, 2.9.0-rc0, 2.9.1rc0, 2.9.1, 2.9.1-rc0, 2.10.0, since all functions that you directly (2 APIs: nameko.web.handlers.HttpRequestHandler.init, nameko.exceptions.safe_for_serialization) or indirectly (propagate to 1 nameko's internal APIs and 3 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 nameko from "nameko==2.11.0" to "nameko>=2.7.0,<=2.11.0". This will improve the applicability of nameko-webargs and reduce the possibility of any further dependency conflict with other projects.

May I pull a request to further loosen the dependency on nameko?

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions