Skip to content

Update dependency typing-extensions to v4.16.0#570

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typing-extensions-4.x
Open

Update dependency typing-extensions to v4.16.0#570
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typing-extensions-4.x

Conversation

@renovate

@renovate renovate Bot commented Apr 10, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typing-extensions (changelog) ==4.13.1==4.16.0 age confidence

Release Notes

python/typing_extensions (typing-extensions)

v4.16.0

Compare Source

No user-facing changes since 4.16.0rc2.

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

This release adds several new features, including experimental support for inline typed dictionaries (PEP 764) and sentinels (PEP 661), and support for changes in Python 3.14. In addition, Python 3.8 is no longer supported.

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.

Changes included in 4.14.0rc1:

  • Drop support for Python 3.8 (including PyPy-3.8). Patch by Victorien Plot.
  • Do not attempt to re-export names that have been removed from typing,
    anticipating the removal of typing.no_type_check_decorator in Python 3.15.
    Patch by Jelle Zijlstra.
  • Update typing_extensions.Format, typing_extensions.evaluate_forward_ref, and
    typing_extensions.TypedDict to align
    with changes in Python 3.14. Patches by Jelle Zijlstra.
  • Fix tests for Python 3.14 and 3.15. Patches by Jelle Zijlstra.

New features:

  • Add support for inline typed dictionaries (PEP 764).
    Patch by Victorien Plot.
  • Add typing_extensions.Reader and typing_extensions.Writer. Patch by
    Sebastian Rittau.
  • Add support for sentinels (PEP 661). Patch by
    Victorien Plot.

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.

Configuration

📅 Schedule: (UTC)

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

@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 fbac549 to aa6d2a6 Compare June 2, 2025 18:13
@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 aa6d2a6 to 274f70a Compare July 4, 2025 20:08
@renovate
renovate Bot force-pushed the renovate/typing-extensions-4.x branch from 274f70a to 7583324 Compare August 10, 2025 15:09
@renovate
renovate Bot force-pushed the renovate/typing-extensions-4.x branch 2 times, most recently from 055be3c to 80c46cb Compare August 24, 2025 13:37
@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 80c46cb to f83de73 Compare August 25, 2025 14:31
@renovate renovate Bot changed the title Update dependency typing-extensions to v4.15.0 Update dependency typing-extensions to v4.16.0 Jul 2, 2026
@renovate
renovate Bot force-pushed the renovate/typing-extensions-4.x branch from f83de73 to 79daed8 Compare July 2, 2026 11:00
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.

0 participants