Skip to content

Remove upper-bound on paramiko #1004

@gboutry

Description

@gboutry

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

Paramiko 3.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions