ktbyers / netmiko

Multi-vendor library to simplify Paramiko SSH connections to network devices
MIT License
3.49k stars 1.26k forks source link

Please consider changing hardcoded poetry version #3415

Open dtantsur opened 2 months ago

dtantsur commented 2 months ago

Description of Issue/Question

Currently, netmiko hardcodes a specific poetry version. This makes my life as a Fedora packager somewhat harder since I need to patch it out (Fedora has a much newer poetry). Would it be possible to specify a minimum required version instead?

ktbyers commented 1 month ago

This is really only for Netmiko development work, can you explain why it matters (from your perspective)?

The problem on my side is its pretty annoying for the CI-CD system to break because of tooling. So I have pretty strong incentives to pin the version of these development tools.

Do you have a version that works for you?