Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency typing-extensions to v4.12.2 #17

Closed
wants to merge 1 commit into from

Conversation

anaconda-renovate[bot]
Copy link
Contributor

@anaconda-renovate anaconda-renovate bot commented Sep 26, 2023

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 - "every weekday" in timezone UTC, 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 has been generated by Renovate Bot.

@anaconda-renovate anaconda-renovate bot changed the title chore(deps): update dependency typing-extensions to v4.8.0 chore(deps): update dependency typing-extensions to v4.9.0 Dec 10, 2023
@anaconda-renovate anaconda-renovate bot force-pushed the renovate/typing-extensions-4.x branch from 23c0c42 to b4d1cab Compare December 10, 2023 07:16
@anaconda-renovate anaconda-renovate bot changed the title chore(deps): update dependency typing-extensions to v4.9.0 chore(deps): update dependency typing-extensions to v4.10.0 Feb 26, 2024
@anaconda-renovate anaconda-renovate bot force-pushed the renovate/typing-extensions-4.x branch from b4d1cab to 0b8d2b2 Compare February 26, 2024 01:03
@anaconda-renovate anaconda-renovate bot changed the title chore(deps): update dependency typing-extensions to v4.10.0 chore(deps): update dependency typing-extensions to v4.11.0 Apr 6, 2024
@anaconda-renovate anaconda-renovate bot force-pushed the renovate/typing-extensions-4.x branch from 0b8d2b2 to 3d28c92 Compare April 6, 2024 01:03
@anaconda-renovate anaconda-renovate bot changed the title chore(deps): update dependency typing-extensions to v4.11.0 chore(deps): update dependency typing-extensions to v4.12.0 May 25, 2024
@anaconda-renovate anaconda-renovate bot force-pushed the renovate/typing-extensions-4.x branch from 3d28c92 to df86eac Compare May 25, 2024 02:33
@anaconda-renovate anaconda-renovate bot changed the title chore(deps): update dependency typing-extensions to v4.12.0 chore(deps): update dependency typing-extensions to v4.12.1 Jun 2, 2024
@anaconda-renovate anaconda-renovate bot force-pushed the renovate/typing-extensions-4.x branch from df86eac to a4102fe Compare June 2, 2024 16:31
@anaconda-renovate anaconda-renovate bot changed the title chore(deps): update dependency typing-extensions to v4.12.1 chore(deps): update dependency typing-extensions to v4.12.2 Jun 8, 2024
@anaconda-renovate anaconda-renovate bot force-pushed the renovate/typing-extensions-4.x branch from a4102fe to 0f7527a Compare June 8, 2024 23:10
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@joshburt joshburt closed this Aug 23, 2024
Copy link
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==4.12.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@anaconda-renovate anaconda-renovate bot deleted the renovate/typing-extensions-4.x branch August 23, 2024 19:43
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