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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
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)