The Data Class Transforms argument ``field_descriptors`` was renamed
to ``field_specifiers`` in the accepted version of PEP 681.
Fixes: #9067
Change-Id: Ic13ea93c157325c3b60e65f328a364da68ea1c46
--- /dev/null
+.. change::
+ :tags: bug, typing
+ :tickets: 9067
+
+ The Data Class Transforms argument ``field_descriptors`` was renamed
+ to ``field_specifiers`` in the accepted version of PEP 681.
@compat_typing.dataclass_transform(
- field_descriptors=(
+ field_specifiers=(
MappedColumn[Any],
RelationshipProperty[Any],
Composite[Any],
return metaclass(name, bases, class_dict)
@compat_typing.dataclass_transform(
- field_descriptors=(
+ field_specifiers=(
MappedColumn[Any],
RelationshipProperty[Any],
Composite[Any],