dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.32k stars 656 forks source link

remove cryptography version pinning due to paramiko newer than 2.11.0 #1109

Closed TurnOffNOD closed 3 months ago

TurnOffNOD commented 1 year ago

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

kahlstrm commented 1 year ago

I would like this change as well, as I'm running into some annoying dependency conflicts.

Kreijstal commented 8 months ago

I would like this as well

ambrahma commented 5 months ago

Any reason why this PR is still blocked?

amjith commented 3 months ago

Thank you!