This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 50afb0398f Upgrade MyPy to 0.971 (#25708)
50afb0398f is described below
commit 50afb0398fbba684fdd7608193de6e4212dae7b8
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.
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index c591578935..f3fc49c7c8 100644
--- a/setup.py
+++ b/setup.py
@@ -327,7 +327,7 @@ webhdfs = [
# 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',