Skip to content

Conversation

@anaconda-renovate
Copy link
Contributor

@anaconda-renovate anaconda-renovate bot commented Mar 27, 2025

This PR contains the following updates:

Package Type Update Change
typing_extensions (changelog) dependencies minor 4.12.2 -> 4.14.1

Release Notes

python/typing_extensions (typing_extensions)

v4.14.1

Compare Source

  • Fix usage of typing_extensions.TypedDict nested inside other types
    (e.g., typing.Type[typing_extensions.TypedDict]). This is not allowed by the
    type system but worked on older versions, so we maintain support.

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 - "every weekday" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@anaconda-renovate anaconda-renovate bot force-pushed the renovate/typing_extensions-4.x-lockfile branch from fc90827 to e3034d9 Compare April 4, 2025 07:23
@anaconda-renovate anaconda-renovate bot changed the title chore(deps): update dependency typing_extensions to v4.13.0 chore(deps): update dependency typing_extensions to v4.13.1 Apr 4, 2025
@anaconda-renovate anaconda-renovate bot force-pushed the renovate/typing_extensions-4.x-lockfile branch from e3034d9 to 60a312c Compare April 11, 2025 03:15
@anaconda-renovate anaconda-renovate bot changed the title chore(deps): update dependency typing_extensions to v4.13.1 chore(deps): update dependency typing_extensions to v4.13.2 Apr 11, 2025
@anaconda-renovate anaconda-renovate bot changed the title chore(deps): update dependency typing_extensions to v4.13.2 chore(deps): update dependency typing_extensions to v4.14.0 Jun 3, 2025
@anaconda-renovate anaconda-renovate bot force-pushed the renovate/typing_extensions-4.x-lockfile branch 2 times, most recently from ad0c427 to a57d719 Compare June 21, 2025 02:31
@anaconda-renovate anaconda-renovate bot changed the title chore(deps): update dependency typing_extensions to v4.14.0 chore(deps): update dependency typing_extensions to v4.14.1 Jul 5, 2025
@anaconda-renovate anaconda-renovate bot force-pushed the renovate/typing_extensions-4.x-lockfile branch from a57d719 to 1087da6 Compare July 13, 2025 03:24
@anaconda-renovate anaconda-renovate bot force-pushed the renovate/typing_extensions-4.x-lockfile branch from 1087da6 to 6d69015 Compare July 14, 2025 07:32
@filiplajszczak filiplajszczak merged commit 384df52 into master Jul 14, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants