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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
There seems no reason of requiring a specific version of crypthograpy. Please use ">=" if that minimum version is really required. The reason of my complain is that my distro has not bumped the version 2.5 yet and I have to either wait or fork and bump it myself.
The reason will be displayed to describe this comment to others. Learn more.
I was going to use some methods that are only in 2.5, and also they've broken the API before between two versions so that's why I had to freeze to a specific number.
b0ca659
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems no reason of requiring a specific version of crypthograpy. Please use ">=" if that minimum version is really required. The reason of my complain is that my distro has not bumped the version 2.5 yet and I have to either wait or fork and bump it myself.
b0ca659
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was going to use some methods that are only in 2.5, and also they've broken the API before between two versions so that's why I had to freeze to a specific number.