Device-Type-Library-Import
Device-Type-Library-Import copied to clipboard
Requirements.txt update - pynetbox==7.3.4
Providing fix on version of requirements.txt according to #134
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.
Please merge! Mine was failing until I saw I needed to update pynetbox
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'
Hi @rondemena,
This PR can now be closed as pynetbox has been updated to 7.4.0 from latest PR merge