You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version constraint == will introduce the risk of dependency conflicts because the scope of dependencies is too strict.
The version constraint No Upper Bound and * will introduce the risk of the missing API Error because the latest version of the dependencies may remove some APIs.
After further analysis, in this project,
The version constraint of dependency amqp can be changed to >=1.2.0,<=5.1.1.
The version constraint of dependency oauth2 can be changed to >=1.0.0,<=1.0.9.
The version constraint of dependency oauth2 can be changed to >=1.1.1,<=1.2.0.
The version constraint of dependency oauth2 can be changed to ==1.9.0.post1.
The version constraint of dependency python-jose can be changed to >=0.5.2,<=3.3.0.
The version constraint of dependency requests can be changed to >=0.2.1,<=0.2.3.
The version constraint of dependency requests can be changed to >=0.7.0,<=2.24.0.
The version constraint of dependency requests can be changed to ==2.26.0.
The version constraint of dependency rfc3987 can be changed to >=1.3.5,<=1.3.8.
The above modification suggestions can reduce the dependency conflicts as much as possible,
and introduce the latest version as much as possible without calling Error in the projects.
The invocation of the current project includes all the following methods.
Hi, In ADL_LRS, inappropriate dependency versioning constraints can cause risks.
Below are the dependencies and version constraints that the project is using
The version constraint == will introduce the risk of dependency conflicts because the scope of dependencies is too strict.
The version constraint No Upper Bound and * will introduce the risk of the missing API Error because the latest version of the dependencies may remove some APIs.
After further analysis, in this project,
The version constraint of dependency amqp can be changed to >=1.2.0,<=5.1.1.
The version constraint of dependency oauth2 can be changed to >=1.0.0,<=1.0.9.
The version constraint of dependency oauth2 can be changed to >=1.1.1,<=1.2.0.
The version constraint of dependency oauth2 can be changed to ==1.9.0.post1.
The version constraint of dependency python-jose can be changed to >=0.5.2,<=3.3.0.
The version constraint of dependency requests can be changed to >=0.2.1,<=0.2.3.
The version constraint of dependency requests can be changed to >=0.7.0,<=2.24.0.
The version constraint of dependency requests can be changed to ==2.26.0.
The version constraint of dependency rfc3987 can be changed to >=1.3.5,<=1.3.8.
The above modification suggestions can reduce the dependency conflicts as much as possible,
and introduce the latest version as much as possible without calling Error in the projects.
The invocation of the current project includes all the following methods.
The calling methods from the amqp
The calling methods from the oauth2
The calling methods from the python-jose
The calling methods from the requests
The calling methods from the rfc3987
@developer
Could please help me check this issue?
May I pull a request to fix it?
Thank you very much.
The text was updated successfully, but these errors were encountered: