Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2025

This PR contains the following updates:

Package Change Age Confidence
typing_extensions (changelog) ==4.12.2 -> ==4.15.0 age confidence

Release Notes

python/typing_extensions (typing_extensions)

v4.15.0

Compare Source

No user-facing changes since 4.15.0rc1.

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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Mar 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@renovate renovate bot force-pushed the renovate/typing_extensions-4.x branch from 3a195c4 to d69584e Compare April 3, 2025 16:18
@renovate renovate bot changed the title Update dependency typing_extensions to v4.13.0 Update dependency typing_extensions to v4.13.1 Apr 3, 2025
@renovate renovate bot changed the title Update dependency typing_extensions to v4.13.1 Update dependency typing_extensions to v4.13.2 Apr 10, 2025
@renovate renovate bot force-pushed the renovate/typing_extensions-4.x branch from d69584e to b5c7cac Compare April 10, 2025 19:10
@sonarqubecloud
Copy link

@renovate renovate bot changed the title Update dependency typing_extensions to v4.13.2 Update dependency typing_extensions to v4.14.0 Jun 2, 2025
@renovate renovate bot force-pushed the renovate/typing_extensions-4.x branch from b5c7cac to 4ac6220 Compare June 2, 2025 16:16
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 2, 2025

@renovate renovate bot changed the title Update dependency typing_extensions to v4.14.0 Update dependency typing_extensions to v4.14.1 Jul 4, 2025
@renovate renovate bot force-pushed the renovate/typing_extensions-4.x branch from 4ac6220 to fb47303 Compare July 4, 2025 16:10
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 4, 2025

@renovate renovate bot changed the title Update dependency typing_extensions to v4.14.1 Update dependency typing_extensions to v4.15.0 Aug 25, 2025
@renovate renovate bot force-pushed the renovate/typing_extensions-4.x branch from fb47303 to c551d49 Compare August 25, 2025 17:59
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant