flask-wtform-tutorial
flask-wtform-tutorial copied to clipboard
Update dependency typing-extensions to v4.14.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| typing-extensions (changelog) | ==4.11.0 -> ==4.14.0 |
Release Notes
python/typing_extensions (typing-extensions)
v4.14.0
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.
v4.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.
v4.13.1
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.
v4.13.0
No user-facing changes since 4.13.0rc1.
v4.12.2
- 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
- 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
Annotatedtypes would causeTypeErrorto be raised if the nestedAnnotatedtype had unhashable metadata. Patch by Alex Waygood.
v4.12.0
This release is mostly the same as 4.12.0rc1 but fixes one more longstanding bug.
- Fix incorrect behaviour of
typing_extensions.ParamSpecon Python 3.8 and 3.9 that meant thatisinstance(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 usingsys.setprofile. Patch by Alex Waygood.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.