Skip to content

Update jedi to 0.20.0#2680

Open
pyup-bot wants to merge 1 commit into
mainfrom
pyup-update-jedi-0.18.0-to-0.20.0
Open

Update jedi to 0.20.0#2680
pyup-bot wants to merge 1 commit into
mainfrom
pyup-update-jedi-0.18.0-to-0.20.0

Conversation

@pyup-bot

@pyup-bot pyup-bot commented May 2, 2026

Copy link
Copy Markdown
Collaborator

This PR updates jedi from 0.18.0 to 0.20.0.

Changelog

0.20.0

Changed

- Update documentSymbol query
- Uses native Jedi position finders (faster)
- Removes noisy symbols from hierarchical output. Makes document outliners prettier / more visually useful

0.19.5

Fixed

- Large character position values are now translated correctly for Jedi. See <https://github.com/pappasam/jedi-language-server/issues/42>

Changed

- Jedi version is now pinned to protect ourselves from changes to private interfaces that we currently rely on.
- `pygls` updated to `^0.9.1`

0.19.4

Fixed

- `WorkspaceSymbols` query now performs efficiently / is somewhat useable.

0.19.3

Fixed

- `pygls` dependency version was locked at the wrong version. Now constrained to `^0.9.0`

0.19.2

Fixed

- `ParameterInformation`, `SignatureInformation`, and `SignatureHelp` caused problems with `nvim-lsp`. Resolves <https://github.com/pappasam/jedi-language-server/issues/38>

0.19.1

Changed

- `jedi>=0.17.2`

0.19.0

Changed

- `jedi>=0.17.1`

Fixed

- Hover now works more-generally correctly (thanks to Jedi's new handling of in-module references)
- Syntax message now uses Jedi's new `get_message` method on the returned error object (syntax errors now contain more human-readable messages)
- Remove now-unnecessary `.venv` hack that was introduced in `0.10.1`

0.18.2

+++++++++++++++++++

- Added dataclass-equivalent for attrs.define
- Find fixtures from Pytest entrypoints; Examples of pytest plugins installed
like this are pytest-django, pytest-sugar and Faker.
- Fixed Project.search, when a venv was involved, which is why for example
`:Pyimport django.db` did not work in some cases in jedi-vim.
- And many smaller bugfixes

0.18.1

Fixed

- Refactoring code actions now properly support multi-line range where possible
Links

@pyup-bot pyup-bot mentioned this pull request May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant