Skip to content

Update dependency typing_extensions to v4.12.0

CKI CI Bot requested to merge renovate/typing_extensions-4.x into main

This MR contains the following updates:

Package Update Change
typing_extensions (changelog) minor ==4.11.0 -> ==4.12.0

All Renovate MRs are tracked by #227.


Release Notes

python/typing_extensions (typing_extensions)

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.

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Merge request reports