Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest to loosen the dependency on nameko #3

Open
Agnes-U opened this issue Dec 17, 2022 · 0 comments
Open

Suggest to loosen the dependency on nameko #3

Agnes-U opened this issue Dec 17, 2022 · 0 comments

Comments

@Agnes-U
Copy link

Agnes-U commented Dec 17, 2022

Hi, your project ditc-products(commit id: 456ab2e) 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.12.0, since all functions that you directly (6 APIs: nameko.standalone.events.event_dispatcher, nameko.testing.services.entrypoint_waiter, nameko.extensions.Entrypoint.decorator, nameko.extensions.DependencyProvider.init, nameko.extensions.Entrypoint.decorator, nameko.testing.services.entrypoint_hook) or indirectly (propagate to 12 nameko's internal APIs and 17 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.11.0,<=2.12.0". This will improve the applicability of ditc-products 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant