Skip to content

1.7.1 - Compatibility fix for typeguard `3.0.0`

Choose a tag to compare

@github-actions github-actions released this 04 May 13:11
· 2 commits to main since this release
  • Fixed TypeError: check_type() takes 2 positional arguments but 3 were given triggering erroneous FieldTypeError
    when typeguard>=3.0.0 is used. Fixed #87

See documentation page for details.