Update dependency typing_extensions to v4.14.0 - autoclosed #67

Closed
renovate_bot wants to merge 0 commits from renovate/typing_extensions-4.x into main
Collaborator

This PR contains the following updates:

Package Update Change
typing_extensions (changelog) minor ==4.12.2 -> ==4.14.0

Release Notes

python/typing_extensions (typing_extensions)

v4.14.0

Compare Source

Changes since 4.14.0rc1:

  • Remove __or__ and __ror__ methods from typing_extensions.Sentinel
    on Python versions <3.10. PEP 604 was introduced in Python 3.10, and
    typing_extensions does not generally attempt to backport PEP-604 methods
    to prior versions.
  • Further update typing_extensions.evaluate_forward_ref with changes in Python 3.14.

v4.13.2

Compare Source

  • 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.

v4.13.1

Compare Source

Bugfixes:

  • Fix regression in 4.13.0 on Python 3.10.2 causing a TypeError when using Concatenate.
    Patch by Daraan.
  • Fix TypeError when using evaluate_forward_ref on Python 3.10.1-2 and 3.9.8-10.
    Patch by Daraan.

v4.13.0

Compare 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

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.14.0` | --- ### Release Notes <details> <summary>python/typing_extensions (typing_extensions)</summary> ### [`v4.14.0`](https://github.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-4140-June-2-2025) [Compare Source](https://github.com/python/typing_extensions/compare/4.13.2...4.14.0) Changes since 4.14.0rc1: - Remove `__or__` and `__ror__` methods from `typing_extensions.Sentinel` on Python versions <3.10. PEP 604 was introduced in Python 3.10, and `typing_extensions` does not generally attempt to backport PEP-604 methods to prior versions. - Further update `typing_extensions.evaluate_forward_ref` with changes in Python 3.14. ### [`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 [#&#8203;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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjQwLjU1LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate_bot scheduled this pull request to auto merge when all checks succeed 2025-03-25 21:00:25 -07:00
renovate_bot changed title from Update dependency typing_extensions to v4.13.0 to Update dependency typing_extensions to v4.13.2 2025-05-03 16:47:11 -07:00
renovate_bot force-pushed renovate/typing_extensions-4.x from dcbf089776 to 2daccae8fd 2025-05-03 16:47:11 -07:00 Compare
renovate_bot force-pushed renovate/typing_extensions-4.x from 2daccae8fd to c36861181a 2025-06-14 16:20:32 -07:00 Compare
renovate_bot changed title from Update dependency typing_extensions to v4.13.2 to Update dependency typing_extensions to v4.14.0 2025-06-14 16:20:33 -07:00
renovate_bot force-pushed renovate/typing_extensions-4.x from c36861181a to 765da5bb85 2025-06-14 16:27:12 -07:00 Compare
renovate_bot force-pushed renovate/typing_extensions-4.x from 765da5bb85 to beab927c2f 2025-06-14 16:32:49 -07:00 Compare
renovate_bot changed title from Update dependency typing_extensions to v4.14.0 to Update dependency typing_extensions to v4.14.0 - autoclosed 2025-06-14 16:36:40 -07:00
renovate_bot closed this pull request 2025-06-14 16:36:40 -07:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: buckbanzai/kuow-mastodon-bot#67
No description provided.