ktbyers / netmiko

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

Please consider changing hardcoded poetry version #3415

Closed dtantsur closed 4 months ago

dtantsur commented 7 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 6 months 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?

dtantsur commented 4 months ago

Sorry, somehow missed the notification. This request has been implemented as part of https://github.com/ktbyers/netmiko/pull/3444, but just to close the loop on it: as any other package, Poetry is a moving target in Linux distributions. I cannot tell you which version we have because tomorrow a bugfix release comes, and we have a different version, and netmiko no longer builds.