From ec29d81c7005f4370bee9bfe8a51d1db4753ed5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 11 Sep 2019 07:01:39 +0200 Subject: [PATCH] Don't limit jedi to <0.15 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d0f7f7db..82d449fa 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'future>=0.14.0', 'futures; python_version<"3.2"', 'backports.functools_lru_cache; python_version<"3.2"', - 'jedi>=0.14.1,<0.15', + 'jedi>=0.14.1', 'python-jsonrpc-server>=0.1.0', 'pluggy' ],