chore(deps-dev): bump typing-extensions from 4.13.2 to 4.14.0
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(4 months ago)
(4 months ago)
dependencies python
Bumps typing-extensions from 4.13.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.Sentinel
on Python versions <3.10. PEP 604 was introduced in Python 3.10, andtyping_extensions
does not generally attempt to backport PEP-604 methods to prior versions.- Further update
typing_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 by Victorien Plot.
- Do not attempt to re-export names that have been removed from
typing
, anticipating the removal oftyping.no_type_check_decorator
in Python 3.15. Patch by Jelle Zijlstra.- Update
typing_extensions.Format
,typing_extensions.evaluate_forward_ref
, andtyping_extensions.TypedDict
to 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.Reader
andtyping_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_decorator
in Python 3.15. Patch by Jelle Zijlstra.- Update
typing_extensions.Format
,typing_extensions.evaluate_forward_ref
, andtyping_extensions.TypedDict
to 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.Reader
andtyping_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.Sentinel
on Python versions <3.10. PEP 604 was introduced in Python 3.10, andtyping_extensions
does not generally attempt to backport PEP-604 methods to prior versions.- Further update
typing_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 by Victorien Plot.
- Do not attempt to re-export names that have been removed from
typing
, anticipating the removal oftyping.no_type_check_decorator
in Python 3.15. Patch by Jelle Zijlstra.- Update
typing_extensions.Format
,typing_extensions.evaluate_forward_ref
, andtyping_extensions.TypedDict
to 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.Reader
andtyping_extensions.Writer
. Patch by Sebastian Rittau.- Add support for sentinels (PEP 661). Patch by Victorien Plot.
Commits
b07d245
Prepare release 4.14.0 (#612)fcf5265
Backport evaluate_forward_ref() changes (#611)fadc1ed
Remove PEP-604 methods fromSentinel
on Python <3.10 (#605)44de568
Add 3.14 to project classifiers and tox.ini (#604)36cc476
Prepare release 4.14.0rc1 (#603)ec1876c
More fixes for 3.14 and 3.15 (#602)e89d789
Update_caller()
implementation (#598)34bfd84
third party: fix typeguard (#600)479dae1
Add support for sentinels (PEP 661) (#594)f74a56a
Update 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 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)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 1529406 |
UUID: | 3142198199 |
Node ID: | PR_kwDODnmQMs6aUcTn |
Host: | GitHub |
Repository: | microsoftgraph/msgraph-sdk-python-core |