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 telepot #11

Open
Agnes-U opened this issue Nov 14, 2022 · 0 comments
Open

Suggest to loosen the dependency on telepot #11

Agnes-U opened this issue Nov 14, 2022 · 0 comments

Comments

@Agnes-U
Copy link

Agnes-U commented Nov 14, 2022

Dear developers,

Your project FakeCourseBook 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 ddos_script.

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?



Details:

Your project (commit id: eeaedaf) directly uses 1 APIs from package telepot.

telepot.__init__.Bot.__init__

Beginning fromwhich, 4 functions are then indirectly called, including 3 telepot's internal APIs and 1 outsider APIs as follows:

[/louieh/FakeCourseBook]
+--telepot.__init__.Bot.__init__

Since all these functions have not been changed between any version for package "telepot" 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. Therefore, we believe it is safe to loosen the corresponding dependency.

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