#Paramiko 4.0 is out
https://www.paramiko.org/changelog.html#4.0.0
https://pypi.org/project/paramiko/4.0.0/
Arguably a negative release of everybody's favorite, if slightly long in the tooth, #Python SSH implementation:
- removed functionality (DSA)
- removed Python interpreter support (Python 3.9 is the new MSV)
- added instability (overhauled packaging practices)
but hey! it took quite a while anyways…
Is also prep for some other security-focused shenanigans coming down the pipe, so stay tuned.