Skip to content

1.3.0 - Support for Forward references, PEP563 and class-level access

Choose a tag to compare

@smarie smarie released this 21 Sep 11:15
· 55 commits to main since this release
  • String forward references in type hints, and PEP563 behaviour, is now supported. When this case happense, the type hint resolution is delayed until the field is first accessed. Fixes #73

  • Accessing a field definition from a class directly is now enabled, since PyCharm fixed their autocompletion bug. Fixes #12

See documentation page for details.