Page MenuHomeSolus

Update python-typeguard to 2.10.0
ClosedPublic

Authored by algent on Dec 25 2020, 7:23 PM.
Tags
None
Referenced Files
F11070548: D10216.diff
Sat, Aug 12, 12:30 AM
F10939167: D10216.id24587.diff
Thu, Jul 13, 10:15 PM
F10917997: D10216.id24584.diff
Jul 8 2023, 7:55 PM
F10877142: D10216.diff
Jun 20 2023, 4:27 PM
F10867897: D10216.id24588.diff
Jun 17 2023, 9:12 PM
F10863182: D10216.id24587.diff
Jun 17 2023, 1:08 AM
F10862932: D10216.id24584.diff
Jun 16 2023, 11:44 PM
F10857084: D10216.diff
Jun 15 2023, 3:14 AM
Subscribers

Details

Summary

Changelog:

  • Added support for nested Literal
  • Added support for TypedDict inheritance (with some caveats; see the user guide on that for details)
  • An appropriate TypeError is now raised when encountering an illegal Literal value
  • Fixed checking NoReturn on Python < 3.8 when typing_extensions was not installed
  • Fixed import hook matching unwanted modules
  • Install the pytest plugin earlier in the test run to support more use cases

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan

Update python-tenacity and succesfully pass build check.

Diff Detail

Repository
R5002 python-typeguard
Lint
Lint Not Applicable
Unit
Tests Not Applicable