Skip to content

v9.3.1

Choose a tag to compare

@Aryamanz29 Aryamanz29 released this 23 Mar 08:07
· 62 commits to main since this release
2b48e48

Experimental: pyatlan_v9 🧪

typedef typing corrections and serialization fixes:

  • Corrected field types in RelationshipDef and removed hardcoded defaults.
  • Optional typedef fields now use msgspec.UNSET so they are omitted from serialization rather than emitted as null. AttributeDef.default_value and index_type_es_fields relaxed to Any to accommodate varied server responses.
  • is_rich_text and custom_metadata_version now default to UNSET via __post_init__ and the category field is no longer silently dropped by omit_defaults.

QOL Improvements 🥗

  • Trivy action updated to 0.35.0: Keeps the security scanning workflow on a stable release.

Full Changelog: 9.3.0...9.3.1