Changed
- ARIN backend: migrated to pyregrws 1.0.0 (pydantic v2).
_safe_serializenow serializes pyregrws models viamodel_dump()instead of the deprecated v1.dict(). Dependency pin raised topyregrws>=1.0.0b6,<2.
Fixed
- ARIN backend: under a warnings-as-errors context, the deprecated
.dict()call raisedPydanticDeprecatedSince20, which the broadexceptin_safe_serializeswallowed -- silently collapsing every org/poc/net/customer payload to an empty dict. Serializing viamodel_dump()removes the deprecated path.
Note: this release depends on the pyregrws 1.0.0 beta (1.0.0b6).