This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 36a0f05982f79ca731eb82a4646ad2ef6a011b68 Author: Jarek Potiuk <[email protected]> AuthorDate: Sun Aug 14 07:29:26 2022 +0200 Upgrade MyPy to 0.971 (#25708) Recent upgrades of MyPy introduced some stability issues. Hopefully this one will bring it back as there are few issues solved in it that are likely the ones we see in our pre-commits. This version does not introduce any new issues reported by MyPy in our code so it is an easy upgrade. (cherry picked from commit 50afb0398fbba684fdd7608193de6e4212dae7b8) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8ca5816d8..4b90d36a85 100644 --- a/setup.py +++ b/setup.py @@ -585,7 +585,7 @@ zendesk = [ # mypyd which does not support installing the types dynamically with --install-types mypy_dependencies = [ # TODO: upgrade to newer versions of MyPy continuously as they are released - 'mypy==0.950', + 'mypy==0.971', 'types-boto', 'types-certifi', 'types-croniter',
