# netbox-sdk v0.0.9.post2 netbox-sdk v0.0.9.post2 | Field |Value | | --- | --- | | Canonical URL | https://emersonfelipesp.com/netbox-sdk/releases/v0.0.9.post2 | | GitHub URL | https://github.com/emersonfelipesp/netbox-sdk/releases/tag/v0.0.9.post2 | | Tag | v0.0.9.post2 | | State | stable | | Author | emersonfelipesp | | Created | 2026-06-08 15:22 UTC | | Published | 2026-06-08 15:23 UTC | | Target | main | | Synced | 2026-06-21 12:43 UTC | | Assets | 0 | ## Release notes ## netbox-sdk v0.0.9.post2 Packaging fix release. ### Fixed - **`pip install netbox-sdk[cli]` produced a broken `nbx`** (`ModuleNotFoundError: No module named 'click'`). Typer 0.26.0 vendored Click and dropped its standalone `click` dependency, but `netbox_cli` imports `click` directly. The `cli` (and `all`/`dev`) dependency sets now declare `click>=8.1.0` explicitly. `nbx` installs and runs correctly again. No SDK/CLI/TUI behavior changes beyond the dependency fix. ## Assets No binary assets attached. Source archives: | Format |URL | | --- | --- | | zip | https://api.github.com/repos/emersonfelipesp/netbox-sdk/zipball/v0.0.9.post2 | | tar.gz | https://api.github.com/repos/emersonfelipesp/netbox-sdk/tarball/v0.0.9.post2 |