Device-Type-Library-Import icon indicating copy to clipboard operation
Device-Type-Library-Import copied to clipboard

Requirements.txt update - pynetbox==7.3.4

Open rondemena opened this issue 1 year ago • 4 comments

Providing fix on version of requirements.txt according to #134

rondemena avatar Sep 06 '24 22:09 rondemena

whomever can approve and merge - others likely may benefit from the improvement when attempting to build against using this importer

Should supercede #109 and close the dependabot entry

@danner26 can you check, as you seem assigned to the prior update requested.

rondemena avatar Sep 06 '24 22:09 rondemena

Please merge! Mine was failing until I saw I needed to update pynetbox

tpmeredith avatar Nov 30 '24 18:11 tpmeredith

FYI. The below command can be used to work-around the issue with the docker image.

docker run --rm -it -e "NETBOX_URL=http://netbox:8080/" -e "NETBOX_TOKEN=98765434567890" ghcr.io/minitriga/netbox-device-type-library-import /bin/sh -c 'pip install --upgrade pynetbox && python3 -u nb-dt-import.py'

lspiehler avatar Mar 08 '25 15:03 lspiehler

Hi @rondemena,

This PR can now be closed as pynetbox has been updated to 7.4.0 from latest PR merge

harryajc avatar Mar 11 '25 16:03 harryajc