summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-mypy_1.9.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-mypy: upgrade 1.8.0 -> 1.9.0Wang Mingyu2024-03-201-0/+23
Changelog: ============ -Fix missing type store for overloads -Fix 'WriteToConn' object has no attribute 'flush' -Improve TypeAlias error messages -Support narrowing unions that include type[None] -Support TypedDict functional syntax as class base type -Accept multiline quoted annotations -Allow unary + in Literal -Substitute type variables in return type of static methods -Consider TypeVarTuple to be invariant -Add alias support to field() in attrs plugin -Improve attrs hashability detection Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>