14
[ ~/netbox-sdk/releases/v0.0.7.post6 ]tty0

emerson@netdevops:~/netbox-sdk$ gh release view v0.0.7.post6 --repo emersonfelipesp/netbox-sdk

back to releases / back to project

netbox-sdk v0.0.7.post6

[open on GitHub]
tag=v0.0.7.post6state=stablepublished=2026-04-22synced=2026-05-07 07:04 UTC
author
emersonfelipesp
created
2026-04-22 21:22 UTC
target
main
downloads
0

emerson@netdevops:~/netbox-sdk$ cat RELEASE_NOTES.md

Changes

  • Official NetBox 4.6.0 support — bundles real netbox-openapi-4.6.json (NetBox 4.6.0-beta1, 360 paths) instead of falling back to the 4.5 schema
  • Generated typed bindingsTypedApiV4_6 client with full Pydantic models for all NetBox 4.6 API endpoints
  • typed_api(..., netbox_version="4.6") now returns TypedApiV4_6 with proper type overloads
  • Removed temporary 4.6→4.5 fallback guard from versioning.py

Install

pip install netbox-sdk==0.0.7.post6
uv add netbox-sdk==0.0.7.post6

Usage

from netbox_sdk import typed_api

api = typed_api("https://netbox.example.com", token="...", netbox_version="4.6")
# api is TypedApiV4_6 — full typed access to all NetBox 4.6 endpoints

emerson@netdevops:~/netbox-sdk$ gh release download --pattern '*'

assets

no binary assets attached

source code