mycli
mycli copied to clipboard
remove cryptography version pinning due to paramiko newer than 2.11.0
Description
according to pull request #1055 and file setup.py
# Pinning cryptography should not be needed after paramiko 2.11.0.
Now that paramiko's version is 3.1.0, arch package python-paramiko version is 2.11.1, both newer than 2.11.0, so remove cryptography version pinning.
Checklist
- [x] I've added this contribution to the
changelog.md. - [x] I've added my name to the
AUTHORSfile (or it's already there).
I would like this change as well, as I'm running into some annoying dependency conflicts.
I would like this as well
Any reason why this PR is still blocked?
Thank you!