Skip to content

netbox-sdk v0.0.9.post1

Choose a tag to compare

@emersonfelipesp emersonfelipesp released this 07 Jun 19:43
· 32 commits to main since this release

Bug fix release.

  • Fix filter() str-coercing list values: filter(tag=["a","b"]) now emits repeated query params (?tag=a&tag=b) that NetBox expects, instead of a single stringified-list param. The same fix is applied to DetailEndpoint.list(); query types widened to dict[str, str | list[str]] through the pagination path.

PEP 440 post-release on 0.0.9.