# netbox-sdk v0.0.7.post6

netbox-sdk v0.0.7.post6

| Field |Value |
| --- | --- |
| Canonical URL | https://emersonfelipesp.com/netbox-sdk/releases/v0.0.7.post6 |
| GitHub URL | https://github.com/emersonfelipesp/netbox-sdk/releases/tag/v0.0.7.post6 |
| Tag | v0.0.7.post6 |
| State | stable |
| Author | emersonfelipesp |
| Created | 2026-04-22 21:22 UTC |
| Published | 2026-04-22 21:22 UTC |
| Target | main |
| Synced | 2026-08-25 18:36 UTC |
| Assets | 0 |

## Release notes

## 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 bindings** — `TypedApiV4_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

```bash
pip install netbox-sdk==0.0.7.post6
```

```bash
uv add netbox-sdk==0.0.7.post6
```

## Usage

```python
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
```

## Assets

No binary assets attached.

Source archives:

| Format |URL |
| --- | --- |
| zip | https://api.github.com/repos/emersonfelipesp/netbox-sdk/zipball/v0.0.7.post6 |
| tar.gz | https://api.github.com/repos/emersonfelipesp/netbox-sdk/tarball/v0.0.7.post6 |
