From 5eee818a619e27300f8ae3cf749d3f82aa23f43e Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Fri, 11 Jun 2021 09:44:54 -0700 Subject: [PATCH] fix(ingest): pin to new mypy version (#2670) --- metadata-ingestion/setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 3545630248..be30221dd8 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -100,8 +100,6 @@ all_exclude_plugins: Set[str] = { } mypy_stubs = { - # for Python 3.6 support - "dataclasses", "types-dataclasses", "sqlalchemy-stubs", "types-pkg_resources", @@ -124,7 +122,7 @@ base_dev_requirements = { "coverage>=5.1", "flake8>=3.8.3", "isort>=5.7.0", - "mypy>=0.782", + "mypy>=0.901", "pytest>=6.2.2", "pytest-cov>=2.8.1", "pytest-docker",