Added type parameter to attrs.field() function for use with `attrs.make_class().
attrs.field()
Please note that type checkers ignore type metadata passed into make_class(), but it can be useful if you're wrapping attrs.
make_class()