We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typing_extensions
1 parent 4347db2 commit 2a723ffCopy full SHA for 2a723ff
test-requirements.in
@@ -8,6 +8,7 @@ trustme # for the ssl + DTLS tests
8
pylint # for pylint finding all symbols tests
9
jedi; implementation_name == "cpython" # for jedi code completion tests
10
cryptography>=41.0.0 # cryptography<41 segfaults on pypy3.10
11
+typing_extensions >= 4.15.0
12
13
# Tools
14
black; implementation_name == "cpython"
test-requirements.txt
@@ -187,7 +187,7 @@ types-pyyaml==6.0.12.20250822
187
# via -r test-requirements.in
188
types-setuptools==80.9.0.20250822
189
# via types-cffi
190
-typing-extensions==4.14.1
+typing-extensions==4.15.0
191
# via
192
# -r test-requirements.in
193
# astroid
0 commit comments