I am trying to upgrade spyne from 2.10.9 to 2.13.16 but I got error: "TypeError: __new__() got an unexpected keyword argument 'attribute_of' " for
class AVPairList(ComplexModel):
AVPair = String(max_occurs='unbounded')
Name = XmlAttribute(String, attribute_of='AVPair')