netbox-sdk v0.0.9.post1
·
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 todict[str, str | list[str]]through the pagination path.
PEP 440 post-release on 0.0.9.