Path to this page:
Subject: CVS commit: pkgsrc/devel/py-typeguard
From: Adam Ciarcinski
Date: 2024-03-24 08:28:27
Message id: 20240324072827.A0928FA2C@cvs.NetBSD.org
Log Message:
py-typeguard: updated to 4.2.0
4.2.0
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
Files: