netbox-sdk v0.0.9.post2
·
27 commits
to main
since this release
netbox-sdk v0.0.9.post2
Packaging fix release.
Fixed
pip install netbox-sdk[cli]produced a brokennbx(ModuleNotFoundError: No module named 'click'). Typer 0.26.0 vendored Click and dropped its standaloneclickdependency, butnetbox_cliimportsclickdirectly. Thecli(andall/dev) dependency sets now declareclick>=8.1.0explicitly.nbxinstalls and runs correctly again.
No SDK/CLI/TUI behavior changes beyond the dependency fix.