You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Pillow is an implicit dependency and requires zlib and jpeg by default, but we don't need it
12
12
Pillow==10.3.0-C"zlib=disable"-C"jpeg=disable"
13
13
14
14
#NVDA_DMP requires diff-match-patch
15
15
fast-diff-match-patch==2.1.0
16
16
17
17
# typing_extensions are required for specifying default value for `TypeVar`, which is not yet possible with any released version of Python (see PEP 696)
18
-
typing-extensions==4.9.0
18
+
typing-extensions==4.12.2
19
19
20
20
# pycaw is a Core Audio Windows Library used for sound split
0 commit comments