forked from pool/python-typeguard
63272178dce843e7e783d716067ef080951f70be3b59e6130e906ac5f6cb3d02
- update to 4.3.0:
* Added support for checking against static protocols
* Fixed some compatibility problems when running on Python 3.13
* Fixed test suite incompatibility with pytest 8.2
* Fixed pytest plugin crashing on pytest version older than
v7.0.0 (even if it's just present)
* Fixed missing typing_extensions dependency for Python 3.12
* Fixed deprecation warning in the test suite on Python 3.13
* Added support for specifying options for the pytest plugin
via pytest config files
* Avoid creating reference cycles when type checking unions (PR
by Shantanu)
* Fixed Optional[...] being removed from the AST if it was
located within a subscript
* Fixed TypedDict from typing_extensions not being recognized
as one
* Fixed typing types (dict[str, int], List[str], etc.) not
passing checks against type or Type
* Fixed detection of optional fields (NotRequired[...]) in
TypedDict when using forward references
* Fixed mapping checks against Django's MultiValueDict
OBS-URL: https://build.opensuse.org/request/show/1179514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-typeguard?expand=0&rev=6
Description
No description provided
Languages
RPM Spec
100%