Skip to content

Suggest to loosen the dependency on telepot #5

Description

@Agnes-U

Dear developers,

Your project uims-bot requires "telepot==12.3" 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 12.2. Therefore, we suggest to loosen the dependency on telepot from "telepot==12.3" to "telepot>=12.2,<=12.3" 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: 203fa1c) directly uses 4 APIs from package telepot.

telepot.__init__.Bot.sendDocument, telepot.__init__.Bot.sendPhoto, telepot.__init__.Bot.sendMessage, telepot.__init__.Bot.__init__

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

[/cu-unofficial/uims-bot]
+--telepot.__init__.Bot.sendDocument
+--telepot.__init__.Bot.sendPhoto
+--telepot.__init__.Bot.sendMessage
+--telepot.__init__.Bot.__init__

Since all these functions have not been changed between any version for package "telepot" from [12.2] and 12.3. Therefore, we believe it is safe to loosen the corresponding dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions