Description
Paramiko is currently constrained >=2.4.0,<3.0.0.
We're using Openstack's upper-constraints which, since stable/2023.2, requires paramiko==3.1.0 (used to be 2.11.0).
But this lib unit + integration tests are currently running on 3.4.0. (no bounds in tox, 3.4.0 is the actual version ran)
Urgency
It would save from a weird workaround
Code I'd Like to Run
Description
Paramiko is currently constrained
>=2.4.0,<3.0.0.We're using Openstack's upper-constraints which, since stable/2023.2, requires
paramiko==3.1.0(used to be 2.11.0).But this lib unit + integration tests are currently running on 3.4.0. (no bounds in tox, 3.4.0 is the actual version ran)
Urgency
It would save from a weird workaround
Code I'd Like to Run