Changelog for
python310-typeguard-2.13.3-3.1.noarch.rpm :
* Tue Oct 11 2022 Yogalakshmi Arunachalam
- Update to version 2.13.3
* Fixed TypeError when using typeguard within exec() (where __module__ is None) (PR by Andy Jones)
* Fixed TypedDict causing TypeError: TypedDict does not support instance and class checks on Python 3.8 with standard library (not typing_extensions) typed dicts
* Mon Jun 29 2020 Steve Kowalik - Initial version