smarie / python-pyfields

Define fields in python classes. Easily.
https://smarie.github.io/python-pyfields
BSD 3-Clause "New" or "Revised" License
45 stars 10 forks source link

Fixed `TypeError: check_type() takes 2 positional arguments but 3 were given` with typeguard 3.0.0+ #88

Closed smarie closed 1 year ago

smarie commented 1 year ago

Fixed TypeError: check_type() takes 2 positional arguments but 3 were given triggering erroneous FieldTypeError when typeguard>=3.0.0 is used. Fixed #87