There's a typo in: https://github.com/TheHive-Project/TheHive4py/blob/c42e0737c4ec887745eb4acc3f4f030b9e3fd276/thehive4py/types/cortex.py#L44 as the `OutputAnalyzerJob` should subclass the `OutputAnalyzerJobRequired` class not simply the `TypedDict` one.
There's a typo in:
TheHive4py/thehive4py/types/cortex.py
Line 44 in c42e073
as the
OutputAnalyzerJobshould subclass theOutputAnalyzerJobRequiredclass not simply theTypedDictone.