Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d1155b

Browse files
authored
Remove types-typing-extensions dependency (#10347)
This is due to python/typeshed#5233 Co-authored-by: hauntsaninja <>
1 parent 73f3d73 commit 0d1155b

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

mypy-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
typing_extensions>=3.7.4
22
mypy_extensions>=0.4.3,<0.5.0
33
typed_ast>=1.4.0,<1.5.0
4-
types-typing-extensions>=3.7.0
54
types-mypy-extensions>=0.4.0
65
toml

mypy/stubinfo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
'toml': 'types-toml',
7878
'tornado': 'types-tornado',
7979
'typed_ast': 'types-typed-ast',
80-
'typing_extensions': 'types-typing-extensions',
8180
'tzlocal': 'types-tzlocal',
8281
'ujson': 'types-ujson',
8382
'waitress': 'types-waitress',

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ def run(self):
194194
install_requires=["typed_ast >= 1.4.0, < 1.5.0; python_version<'3.8'",
195195
'typing_extensions>=3.7.4',
196196
'mypy_extensions >= 0.4.3, < 0.5.0',
197-
'types-typing-extensions>=3.7.0',
198197
'types-mypy-extensions>=0.4.0',
199198
'toml',
200199
],

0 commit comments

Comments
 (0)