Bump typing-extensions from 4.12.2 to 4.13.2
Merged
Number: #988
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 1
Association: Contributor
Comments: 1
Created:
April 15, 2025 at 12:13 AM UTC
(9 months ago)
(9 months ago)
Updated:
June 07, 2025 at 01:35 PM UTC
(7 months ago)
(7 months ago)
Merged:
June 07, 2025 at 01:35 PM UTC
(7 months ago)
by p1c2u
(7 months ago)
by p1c2u
Time to Close:
about 2 months
Labels:
dependencies python
dependencies python
Description:
Bumps typing-extensions from 4.12.2 to 4.13.2.
Release notes
Sourced from typing-extensions's releases.
4.13.2
- 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.4.13.1
This is a bugfix release fixing two edge cases that appear on old bugfix releases of CPython.
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.4.13.0
New features:
- Add
typing_extensions.TypeFormfrom PEP 747. Patch by Jelle Zijlstra.- Add
typing_extensions.get_annotations, a backport ofinspect.get_annotationsthat adds features specified by PEP 649. Patches by Jelle Zijlstra and Alex Waygood.- Backport
evaluate_forward_reffrom CPython PR #119891 to evaluateForwardRefs. Patch by Daraan, backporting a CPython PR by Jelle Zijlstra.Bugfixes and changed features:
- Update PEP 728 implementation to a newer version of the PEP. Patch by Jelle Zijlstra.
- Copy the coroutine status of functions and methods wrapped with
@typing_extensions.deprecated. Patch by Sebastian Rittau.- Fix bug where
TypeAliasTypeinstances could be subscripted even where they were not generic. Patch by Daraan.- Fix bug where a subscripted
TypeAliasTypeinstance did not have all attributes of the originalTypeAliasTypeinstance on older Python versions. Patch by Daraan and Alex Waygood.- Fix bug where subscripted
TypeAliasTypeinstances (and some other subscripted objects) had wrong parameters if they were directly subscripted with anUnpackobject. Patch by Daraan.- Backport to Python 3.10 the ability to substitute
...in genericCallablealiases that have aConcatenatespecial form as their argument. Patch by Daraan.- Extended the
Concatenatebackport for Python 3.8-3.10 to now acceptEllipsisas an argument. Patch by Daraan.- Fix backport of
get_type_hintsto reflect Python 3.11+ behavior which does not add
... (truncated)
Changelog
Sourced from typing-extensions's changelog.
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)
No user-facing changes since 4.13.0rc1.
Release 4.13.0rc1 (March 18, 2025)
New features:
- Add
typing_extensions.TypeFormfrom PEP 747. Patch by Jelle Zijlstra.- Add
typing_extensions.get_annotations, a backport ofinspect.get_annotationsthat adds features specified by PEP 649. Patches by Jelle Zijlstra and Alex Waygood.- Backport
evaluate_forward_reffrom CPython PR #119891 to evaluateForwardRefs. Patch by Daraan, backporting a CPython PR by Jelle Zijlstra.Bugfixes and changed features:
- Update PEP 728 implementation to a newer version of the PEP. Patch by Jelle Zijlstra.
- Copy the coroutine status of functions and methods wrapped with
@typing_extensions.deprecated. Patch by Sebastian Rittau.- Fix bug where
TypeAliasTypeinstances could be subscripted even where they were not generic. Patch by Daraan.- Fix bug where a subscripted
TypeAliasTypeinstance did not have all attributes of the originalTypeAliasTypeinstance on older Python versions. Patch by Daraan and Alex Waygood.- Fix bug where subscripted
TypeAliasTypeinstances (and some other subscripted objects) had wrong parameters if they were directly subscripted with anUnpackobject. Patch by Daraan.- Backport to Python 3.10 the ability to substitute
...in genericCallable
... (truncated)
Commits
4525e9dPrepare release 4.13.2 (#583)88a0c20Do not shadow user arguments in generated__new__by@deprecated(#581)281d7b0Add 3rd party tests for litestar (#578)8092c39fixTypeAliasTypeunion withtyping.TypeAliasType(#575)45a8847Prepare release 4.13.1 (#573)f264e58Move CI to "ubuntu-latest" (round 2) (#570)5ce0e69Fix TypeError with evaluate_forward_ref on some 3.10 and 3.9 versions (#558)304f5cbAdd SQLAlchemy to third-party daily tests (#561)ebe2b94Fix duplicated keywords for typing._ConcatenateGenericAlias in 3.10.2 (#557)9f93d6fAdd intersphinx links for 3.13 typing features (#550)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+3
+3
Deletions:
-3
-3
Package Dependencies
Technical Details
| ID: | 1059442 |
| UUID: | 2459040784 |
| Node ID: | PR_kwDOBjX6Ks6SkfwQ |
| Host: | GitHub |
| Repository: | python-openapi/openapi-core |
| Merge State: | Unknown |