14
0
Commit Graph

1 Commits

Author SHA256 Message Date
7a68043d34 Accepting request 1278677 from home:glaubitz:branches:devel:languages:python
- Update to 4.13.2
  * Fix `TypeError` when taking the union of `typing_extensions.TypeAliasType`
    and a `typing.TypeAliasType` on Python 3.12 and 3.13.
  * Backport from CPython PR #132160) to avoid having user arguments
    shadowed in generated `__new__` by `@typing_extensions.deprecated`.
- from version 4.13.1
  * Fix regression in 4.13.0 on Python 3.10.2 causing a `TypeError` when
    using `Concatenate`.
  * Fix `TypeError` when using `evaluate_forward_ref` on Python 3.10.1-2
    and 3.9.8-10.

OBS-URL: https://build.opensuse.org/request/show/1278677
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=62
2025-05-20 14:44:18 +00:00