[PEP 681](https://peps.python.org/pep-0681/) introduces a new decorator function in the `typing` module named `dataclass_transform`. This was added to Python 3.11. See #5383 for a related issue that this would solve. See #12840 for MyPy's Python 3.11 issues.
PEP 681 introduces a new decorator function in the
typingmodule nameddataclass_transform. This was added to Python 3.11.See #5383 for a related issue that this would solve. See #12840 for MyPy's Python 3.11 issues.