[go: up one dir, main page]

Preparation for Python 3.14

With Python 3.14, types will be stringified (https://peps.python.org/pep-0649/), which makes the heros.capabilities.type_to_str(annotation) obsolete and will break our current code since the annotation is already a string.