Skip to content

chore(deps): update dependency typing-extensions to v4.16.0 - #26

Open
renovate-bot wants to merge 1 commit into
Pure-Computers:mainfrom
renovate-bot:renovate/typing-extensions-4.x
Open

chore(deps): update dependency typing-extensions to v4.16.0#26
renovate-bot wants to merge 1 commit into
Pure-Computers:mainfrom
renovate-bot:renovate/typing-extensions-4.x

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Nov 12, 2024

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typing-extensions (changelog) ==4.9.0==4.16.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


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.

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.

v4.12.2

Compare Source

  • Fix regression in v4.12.0 where specialization of certain
    generics with an overridden __eq__ method would raise errors.
    Patch by Jelle Zijlstra.
  • Fix tests so they pass on 3.13.0b2

v4.12.1

Compare Source

  • Preliminary changes for compatibility with the draft implementation
    of PEP 649 in Python 3.14. Patch by Jelle Zijlstra.
  • Fix regression in v4.12.0 where nested Annotated types would cause
    TypeError to be raised if the nested Annotated type had unhashable
    metadata. Patch by Alex Waygood.

v4.12.0

Compare Source

This release is mostly the same as 4.12.0rc1 but fixes one more
longstanding bug.

  • Fix incorrect behaviour of typing_extensions.ParamSpec on Python 3.8 and
    3.9 that meant that
    isinstance(typing_extensions.ParamSpec("P"), typing.TypeVar) would have a
    different result in some situations depending on whether or not a profiling
    function had been set using sys.setprofile. Patch by Alex Waygood.

v4.11.0

Compare Source

This feature release provides improvements to various recently
added features, most importantly type parameter defaults (PEP 696).

There are no changes since 4.11.0rc1.

v4.10.0

Compare Source

This feature release adds support for PEP 728 (TypedDict with extra
items) and PEP 742 (TypeIs).

There are no changes since 4.10.0rc1.


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 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 was generated by Mend Renovate. View the repository job log.

@sourcery-ai

sourcery-ai Bot commented Nov 12, 2024

Copy link
Copy Markdown

Reviewer's Guide by Sourcery

This PR updates the typing-extensions package from version 4.9.0 to 4.12.2 in the requirements.txt file. The update includes several bug fixes and improvements, particularly around generic type specialization, nested Annotated types, and ParamSpec behavior.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update typing-extensions dependency version with new hash values
  • Update version from 4.9.0 to 4.12.2
  • Replace existing hash values with new ones for the updated version
requirements.txt

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, renovate-bot!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

@renovate-bot renovate-bot changed the title chore(deps): update dependency typing-extensions to v4.12.2 chore(deps): update dependency typing-extensions to v4.13.0 Mar 26, 2025
@renovate-bot
renovate-bot force-pushed the renovate/typing-extensions-4.x branch from efb2d8a to 245f912 Compare March 26, 2025 04:10
@renovate-bot 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
@renovate-bot
renovate-bot force-pushed the renovate/typing-extensions-4.x branch from 245f912 to 88b6e49 Compare April 4, 2025 00:01
@renovate-bot 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 12, 2025
@renovate-bot
renovate-bot force-pushed the renovate/typing-extensions-4.x branch from 88b6e49 to 7754a0b Compare April 12, 2025 20:04
@renovate-bot 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 5, 2025
@renovate-bot
renovate-bot force-pushed the renovate/typing-extensions-4.x branch from 7754a0b to 7b394c4 Compare June 5, 2025 04:00
@renovate-bot 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
@renovate-bot
renovate-bot force-pushed the renovate/typing-extensions-4.x branch from 7b394c4 to 3ad4d5f Compare July 5, 2025 23:56
@renovate-bot renovate-bot changed the title chore(deps): update dependency typing-extensions to v4.14.1 chore(deps): update dependency typing-extensions to v4.15.0 Sep 1, 2025
@renovate-bot
renovate-bot force-pushed the renovate/typing-extensions-4.x branch from 3ad4d5f to efd24c8 Compare September 1, 2025 10:46
@renovate-bot
renovate-bot force-pushed the renovate/typing-extensions-4.x branch from efd24c8 to db9afec Compare December 16, 2025 12:12
@renovate-bot
renovate-bot force-pushed the renovate/typing-extensions-4.x branch from db9afec to a4b4482 Compare May 22, 2026 03:51
@renovate-bot renovate-bot changed the title chore(deps): update dependency typing-extensions to v4.15.0 chore(deps): update dependency typing-extensions to v4.16.0 Jul 4, 2026
@renovate-bot
renovate-bot force-pushed the renovate/typing-extensions-4.x branch from a4b4482 to cd619ea Compare July 4, 2026 03:42
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