Paweł Święcki
Paweł Święcki
I'm on macOS Monterey 12.3.1 (21E258), and I'm experiencing exactly the same issue as described by OP. Downgrading to 14.3, as well as to 14.2, did not help in any...
I think the cause is `# type: ignore`'ing the `Record` class, see [here](https://github.com/faust-streaming/faust/blob/b0f927d8825f55b2884067a7f953a84484fec235/faust/models/record.py#L59). This basically turns off the type checker for any usages of the `Record` class, its subclasses, and...
Any updates on this MR? I'm most likely facing the exact same problem. Any ideas for a temporary workaround?