Hi @Foorack, thanks for this. I pinned the mypy version on purpose because sometimes new mypy versions can cause compatibility problems with mypyls. My suggestion if you want to avoid the dependency conflict error message (which is actually harmless) is to install mypyls without the [default-mypy] extra (i.e. pip install mypyls instead of pip install mypyls[default-mypy]).
Hi @Foorack, thanks for this. I pinned the mypy version on purpose because sometimes new mypy versions can cause compatibility problems with mypyls. My suggestion if you want to avoid the dependency conflict error message (which is actually harmless) is to install mypyls without the
[default-mypy]
extra (i.e.pip install mypyls
instead ofpip install mypyls[default-mypy]
).