The codebase is not ready for a new metadata version, and instead of using the latest mapping available, it falls back to the empty list here:
|
def _getHeaderAttrs(self): |
|
return HEADER_ATTRS.get(self.metadata_version, []) |
I think it'd be best to use the latest available mapping instead. If this project is still maintained, I'm willing to open a PR.