swimlane / pyattck

A Python package to interact with the Mitre ATT&CK Framework
MIT License
468 stars 87 forks source link

Bug in version 7.1.2 #145

Open Wapiti08 opened 1 year ago

Wapiti08 commented 1 year ago

Describe the bug I got this error when I import Attck:

dataclass_transform() got an unexpected keyword argument 'field_specifiers'

To Reproduce

from pyattck import Attck

Expected behavior I want to import it without error