Skip to content

Conversation

@descope
Copy link
Contributor

@descope descope bot commented Oct 22, 2024

This PR contains the following updates:

Package Update Change
typing-extensions (changelog) minor ==4.7.1 -> ==4.12.2

Release Notes

python/typing_extensions (typing-extensions)

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.

v4.9.0

Compare Source

This feature release adds typing_extensions.ReadOnly, as specified
by PEP 705, and makes various other improvements, especially to
@typing_extensions.deprecated().

There are no changes since 4.9.0rc1.

v4.8.0

Compare Source

No changes since 4.8.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.

@descope descope bot added the renovate label Oct 22, 2024
@descope descope bot enabled auto-merge (squash) October 22, 2024 12:40
@github-actions
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@descope descope bot force-pushed the renovate/typing-extensions-4.x branch from c9e1cf6 to a7033b3 Compare October 22, 2024 13:36
@descope descope bot force-pushed the renovate/typing-extensions-4.x branch from a7033b3 to 02214a0 Compare October 22, 2024 14:09
descope-approve[bot]
descope-approve bot previously approved these changes Oct 22, 2024
@descope descope bot merged commit 4089d8b into main Oct 22, 2024
@descope descope bot deleted the renovate/typing-extensions-4.x branch October 22, 2024 16:21
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.

1 participant