Bump typing-extensions from 4.12.2 to 4.14.0
Type: Pull Request
State: Closed
Association: None
Comments: 2
(5 months ago)
(4 months ago)
(4 months ago)
Bumps typing-extensions from 4.12.2 to 4.14.0.
Release notes
Sourced from typing-extensions's releases.
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_extensionsdoes not generally attempt to backport PEP-604 methods to prior versions.- Further update
typing_extensions.evaluate_forward_refwith changes in Python 3.14.Changes included in 4.14.0rc1:
- Drop support for Python 3.8 (including PyPy-3.8). Patch by Victorien Plot.
- Do not attempt to re-export names that have been removed from
typing, anticipating the removal oftyping.no_type_check_decoratorin Python 3.15. Patch by Jelle Zijlstra.- Update
typing_extensions.Format,typing_extensions.evaluate_forward_ref, andtyping_extensions.TypedDictto align with 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 by Victorien Plot.
- Add
typing_extensions.Readerandtyping_extensions.Writer. Patch by Sebastian Rittau.- Add support for sentinels (PEP 661). Patch by Victorien Plot.
4.14.0rc1
Major changes:
- Drop support for Python 3.8 (including PyPy-3.8). Patch by Victorien Plot.
- Do not attempt to re-export names that have been removed from
typing, anticipating the removal oftyping.no_type_check_decoratorin Python 3.15. Patch by Jelle Zijlstra.- Update
typing_extensions.Format,typing_extensions.evaluate_forward_ref, andtyping_extensions.TypedDictto align with 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 by Victorien Plot.
- Add
typing_extensions.Readerandtyping_extensions.Writer. Patch by Sebastian Rittau.- Add support for sentinels (PEP 661). Patch by
... (truncated)
Changelog
Sourced from typing-extensions's changelog.
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_extensionsdoes not generally attempt to backport PEP-604 methods to prior versions.- Further update
typing_extensions.evaluate_forward_refwith changes in Python 3.14.Release 4.14.0rc1 (May 24, 2025)
- Drop support for Python 3.8 (including PyPy-3.8). Patch by Victorien Plot.
- Do not attempt to re-export names that have been removed from
typing, anticipating the removal oftyping.no_type_check_decoratorin Python 3.15. Patch by Jelle Zijlstra.- Update
typing_extensions.Format,typing_extensions.evaluate_forward_ref, andtyping_extensions.TypedDictto align with 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 by Victorien Plot.
- Add
typing_extensions.Readerandtyping_extensions.Writer. Patch by Sebastian Rittau.- Add support for sentinels (PEP 661). Patch by Victorien Plot.
Release 4.13.2 (April 10, 2025)
- Fix
TypeErrorwhen taking the union oftyping_extensions.TypeAliasTypeand atyping.TypeAliasTypeon Python 3.12 and 3.13. Patch by Joren Hammudoglu.- Backport from CPython PR #132160 to avoid having user arguments shadowed in generated
__new__by@typing_extensions.deprecated. Patch by Victorien Plot.Release 4.13.1 (April 3, 2025)
Bugfixes:
- Fix regression in 4.13.0 on Python 3.10.2 causing a
TypeErrorwhen usingConcatenate. Patch by Daraan.- Fix
TypeErrorwhen usingevaluate_forward_refon Python 3.10.1-2 and 3.9.8-10. Patch by Daraan.Release 4.13.0 (March 25, 2025)
... (truncated)
Commits
b07d245Prepare release 4.14.0 (#612)fcf5265Backport evaluate_forward_ref() changes (#611)fadc1edRemove PEP-604 methods fromSentinelon Python <3.10 (#605)44de568Add 3.14 to project classifiers and tox.ini (#604)36cc476Prepare release 4.14.0rc1 (#603)ec1876cMore fixes for 3.14 and 3.15 (#602)e89d789Update_caller()implementation (#598)34bfd84third party: fix typeguard (#600)479dae1Add support for sentinels (PEP 661) (#594)f74a56aUpdate PEP 649/749 implementation (#596)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+5
-5
Package Dependencies
Technical Details
| ID: | 2666364 |
| UUID: | 2632728521 |
| Node ID: | PR_kwDON_HEi86c7D_J |
| Host: | GitHub |
| Repository: | manuelgpython/Estadistica-y-Probabilidad-con-Python-para-STEM |
| Mergeable: | Yes |
| Merge State: | Unstable |
| Rebaseable: | Yes |