Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump typing-extensions from 4.13.2 to 4.14.1#25237

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link

@dependabotdependabotbot commented on behalf ofgithubJul 7, 2025

Bumpstyping-extensions from 4.13.2 to 4.14.1.

Release notes

Sourced fromtyping-extensions's releases.

4.14.1

Release 4.14.1 (July 4, 2025)

  • Fix usage oftyping_extensions.TypedDict nested inside other types(e.g.,typing.Type[typing_extensions.TypedDict]). This is not allowed by thetype system but worked on older versions, so we maintain support.

4.14.0

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 fromtyping_extensions.Sentinelon Python versions <3.10. PEP 604 was introduced in Python 3.10, andtyping_extensions does not generally attempt to backport PEP-604 methodsto prior versions.
  • Further updatetyping_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 byVictorien Plot.
  • Do not attempt to re-export names that have been removed fromtyping,anticipating the removal oftyping.no_type_check_decorator in Python 3.15.Patch by Jelle Zijlstra.
  • Updatetyping_extensions.Format,typing_extensions.evaluate_forward_ref, andtyping_extensions.TypedDict to alignwith 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 byVictorien Plot.
  • Addtyping_extensions.Reader andtyping_extensions.Writer. Patch bySebastian Rittau.
  • Add support for sentinels (PEP 661). Patch byVictorien Plot.

4.14.0rc1

Major changes:

  • Drop support for Python 3.8 (including PyPy-3.8). Patch byVictorien Plot.
  • Do not attempt to re-export names that have been removed fromtyping,anticipating the removal oftyping.no_type_check_decorator in Python 3.15.Patch by Jelle Zijlstra.
  • Updatetyping_extensions.Format,typing_extensions.evaluate_forward_ref, andtyping_extensions.TypedDict to alignwith changes in Python 3.14. Patches by Jelle Zijlstra.
  • Fix tests for Python 3.14 and 3.15. Patches by Jelle Zijlstra.

... (truncated)

Changelog

Sourced fromtyping-extensions's changelog.

Release 4.14.1 (July 4, 2025)

  • Fix usage oftyping_extensions.TypedDict nested inside other types(e.g.,typing.Type[typing_extensions.TypedDict]). This is not allowed by thetype system but worked on older versions, so we maintain support.

Release 4.14.0 (June 2, 2025)

Changes since 4.14.0rc1:

  • Remove__or__ and__ror__ methods fromtyping_extensions.Sentinelon Python versions <3.10. PEP 604 was introduced in Python 3.10, andtyping_extensions does not generally attempt to backport PEP-604 methodsto prior versions.
  • Further updatetyping_extensions.evaluate_forward_ref with changes in Python 3.14.

Release 4.14.0rc1 (May 24, 2025)

  • Drop support for Python 3.8 (including PyPy-3.8). Patch byVictorien Plot.
  • Do not attempt to re-export names that have been removed fromtyping,anticipating the removal oftyping.no_type_check_decorator in Python 3.15.Patch by Jelle Zijlstra.
  • Updatetyping_extensions.Format,typing_extensions.evaluate_forward_ref, andtyping_extensions.TypedDict to alignwith 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 byVictorien Plot.
  • Addtyping_extensions.Reader andtyping_extensions.Writer. Patch bySebastian Rittau.
  • Add support for sentinels (PEP 661). Patch byVictorien Plot.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.13.2 to 4.14.1.- [Release notes](https://github.com/python/typing_extensions/releases)- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)- [Commits](python/typing_extensions@4.13.2...4.14.1)---updated-dependencies:- dependency-name: typing-extensions  dependency-version: 4.14.1  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the no-changelogNo news entry required labelJul 7, 2025
@eleanorjboydeleanorjboydenabled auto-merge (squash)July 7, 2025 18:24
@eleanorjboydeleanorjboyd merged commit3699940 intomainJul 7, 2025
87 of 89 checks passed
@eleanorjboydeleanorjboyd deleted the dependabot/pip/typing-extensions-4.14.1 branchJuly 7, 2025 18:31
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@eleanorjboydeleanorjboydeleanorjboyd approved these changes

Assignees
No one assigned
Labels
no-changelogNo news entry requiredskip-issue-check
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@eleanorjboyd

[8]ページ先頭

©2009-2025 Movatter.jp