Drop cryptography dependencies check#82
Conversation
1ac4bb1 to
af3faf2
Compare
|
Thanks for pointing out the issue, we are overdue for a new release of the library,even if it is just a dependency version bump. That said, the upper bound is in place to ensure compatibility and we do take care to test the latest supported version when we make a new release. Cryptography uses a versioning scheme where if a feature exists and does not emit a deprecation warning in version X, it is guaranteed to still be available in X+2. Thus, if we test and ensure compatibility (and no usage of deprecated functions) with version Y, we will set the requirement to be < Y+3. Given that the latest version of cryptography is currently 49, we need to fully test this version and then bump the requirement to <52. That, and create a new release. |
|
Release 3.1.2 is now out with an updated dependency range for cryptography. |
No description provided.