Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade typing-extensions to 4.12.2 #17439

Merged
merged 3 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ schedule==1.2.1
#NVDA_DMP requires diff-match-patch
fast-diff-match-patch==2.1.0

# typing_extensions are required for specifying default value for `TypeVar`, which is not yet possible with any released version of Python (see PEP 696)
typing-extensions==4.9.0
# typing_extensions are required for specifying default value for `TypeVar` prior to Python 3.13 (see PEP 696)
typing-extensions==4.12.2

# pycaw is a Core Audio Windows Library used for sound split
pycaw==20240210
Expand Down
1 change: 1 addition & 0 deletions user_docs/en/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Add-ons will need to be re-tested and have their manifest updated.
* Updated Robot Framework to 7.1.1. (#17329, @josephsl)
* Updated configobj to 5.1.0 commit `8be5462`. (#17328)
* Updated pre-commit to 4.0.1. (#17260)
* Updated typing-extensions to 4.12.2. (#17438, @josephsl)
* Updated licensecheck to 2024.3. (#17440, @josephsl)
* `ui.browseableMessage` may now be called with options to present a button for copying to clipboard, and/or a button for closing the window. (#17018, @XLTechie)
* Several additions to identify link types (#16994, @LeonarddeR, @nvdaes)
Expand Down