0.46.0
Release notes
Breaking changes
- Added
DBNRecordunion type to Python which includes all record types - Removed
Recordclass from Python type stubs to match code: the record classes don't
share a base class. UseDBNRecordinstead. - Removed
_DBNRecordunion type alias which only existed in typestub and wasn't
importable. UseDBNRecord | Metadatainstead