palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 282 forks source link

Update jedi to v0.18.0 #917

Open skrech opened 3 years ago

skrech commented 3 years ago

Hello,

Up until v0.18.0, jedi had problems with some relative imports. You can read more about it, on this issue.

So, is it a problem to update pyls to use the latest jedi? The API doesn't seem to be changed. However, they've dropped the py2 and py3.5 support which might be a problem?