Skip to content

1.6.7 - Increased tolerance to function signatures in python 2

Compare
Choose a tag to compare
@smarie smarie released this 17 Apr 10:16
· 275 commits to main since this release
  • In python 2 some libraries such as attrs can modify the annotations manually, making signature return a string representation that is not compliant with the language version. This raised a SyntaxError in previous versions. The new version silently removes all these annotations in python versions that do not support them. Fixes #39.

See documentation page for details.