Skip to content

Commit 9f0710c

Browse files
authored
Don't use Jedi 0.14 for now because it breaks the server (#607)
1 parent 4bd351f commit 9f0710c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'future>=0.14.0',
3737
'futures; python_version<"3.2"',
3838
'backports.functools_lru_cache; python_version<"3.2"',
39-
'jedi>=0.13.2',
39+
'jedi>=0.13.2,<0.14',
4040
'python-jsonrpc-server>=0.1.0',
4141
'pluggy'
4242
],

0 commit comments

Comments
 (0)