Fix TypeError when taking the union of typing_extensions.TypeAliasType and a typing.TypeAliasType on Python 3.12 and 3.13.
Patch by Joren Hammudoglu.
Backport from CPython PR #132160
to avoid having user arguments shadowed in generated __new__ by @typing_extensions.deprecated.
Patch by Victorien Plot.
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [typing_extensions](https://github.com/python/typing_extensions) ([changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)) | minor | `==4.12.2` -> `==4.13.2` |
---
### Release Notes
<details>
<summary>python/typing_extensions (typing_extensions)</summary>
### [`v4.13.2`](https://github.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-4132-April-10-2025)
[Compare Source](https://github.com/python/typing_extensions/compare/4.13.1...4.13.2)
- Fix `TypeError` when taking the union of `typing_extensions.TypeAliasType` and a
`typing.TypeAliasType` on Python 3.12 and 3.13.
Patch by [Joren Hammudoglu](https://github.com/jorenham).
- Backport from CPython PR [#​132160](https://github.com/python/cpython/pull/132160)
to avoid having user arguments shadowed in generated `__new__` by
`@typing_extensions.deprecated`.
Patch by [Victorien Plot](https://github.com/Viicos).
### [`v4.13.1`](https://github.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-4131-April-3-2025)
[Compare Source](https://github.com/python/typing_extensions/compare/4.13.0...4.13.1)
Bugfixes:
- Fix regression in 4.13.0 on Python 3.10.2 causing a `TypeError` when using `Concatenate`.
Patch by [Daraan](https://github.com/Daraan).
- Fix `TypeError` when using `evaluate_forward_ref` on Python 3.10.1-2 and 3.9.8-10.
Patch by [Daraan](https://github.com/Daraan).
### [`v4.13.0`](https://github.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-4130-March-25-2025)
[Compare Source](https://github.com/python/typing_extensions/compare/4.12.2...4.13.0)
No user-facing changes since 4.13.0rc1.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
==4.12.2->==4.13.2Release Notes
python/typing_extensions (typing_extensions)
v4.13.2Compare Source
TypeErrorwhen taking the union oftyping_extensions.TypeAliasTypeand atyping.TypeAliasTypeon Python 3.12 and 3.13.Patch by Joren Hammudoglu.
to avoid having user arguments shadowed in generated
__new__by@typing_extensions.deprecated.Patch by Victorien Plot.
v4.13.1Compare Source
Bugfixes:
TypeErrorwhen usingConcatenate.Patch by Daraan.
TypeErrorwhen usingevaluate_forward_refon Python 3.10.1-2 and 3.9.8-10.Patch by Daraan.
v4.13.0Compare Source
No user-facing changes since 4.13.0rc1.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.