v4.2.3
🥗 QOL Improvements
- Refactored the
Asset._convert_to_real_type_()
method for improved clarity and robustness.
In certain cases, asset types may be undefined or invalid — likely due to an unhandled backend edge case. To handle this gracefully, the method now ignores deserialization ofAsset
API responses in such scenarios instead of raisingAttributeError
orTypeError
exceptions.
Full Changelog: 4.2.2...4.2.3