Skip to content

Update dependency typing_extensions to v4.12.2

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) patch ==4.12.1 -> ==4.12.2

All Renovate MRs are tracked by #227.


Release Notes

python/typing_extensions (typing_extensions)

v4.12.2

Compare Source

  • Add typing_extensions.get_annotations, a backport of inspect.get_annotations that adds features specified by PEP 649. Patch by Jelle Zijlstra.
  • 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

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.

Edited by CKI CI Bot

Merge request reports