Description
In order to prevent usage issues, the dataclasses should enforce keyword-only usage. This is the standard practice, but it isn't enforced currently.
The dataclasses library supports this starting from Python 3.10
Additional Information
No response