Use field_specifiers instead of field_descriptors in @dataclass_transform.
The parameter field_descriptor is an old naming in the initial draft of https://peps.python.org/pep-0681.
The latest version and the official docs use field_specifiers instead.
See https://docs.python.org/3/library/typing.html#typing.dataclass_transform.
PiperOrigin-RevId: 552743767