netbox-community / pynetbox

Python API client library for Netbox.
Apache License 2.0
538 stars 165 forks source link

pinned packaging requirement may be outdated #621

Open gaige opened 2 weeks ago

gaige commented 2 weeks ago

pynetbox version

v7.3.3

NetBox version

v4.0.3

Python version

3.11

Steps to Reproduce

When using an automated dependency updater, requirement that pynetbox v7.3.3 not installing with packaging v24+ is causing problems resolving (and thus upgrading to v7.3.3). Is there an opportunity to remove the pin to below 24?

There is already a PR that indicates success.

Expected Behavior

pynetbox should use the latest packaging.

Observed Behavior

pynetbox requires packaging<24.