From 8a811274f751bf857814f876ebceb18450304689 Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Wed, 9 Jun 2021 13:17:57 -0700 Subject: [PATCH] fix(ingest): pin to new mypy version --- 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 c70025ff59616..b6f80e45b13ff 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -99,8 +99,6 @@ def get_long_description(): } mypy_stubs = { - # for Python 3.6 support - "dataclasses", "types-dataclasses", "sqlalchemy-stubs", "types-pkg_resources", @@ -123,7 +121,7 @@ def get_long_description(): "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",