Skip to content

Conversation

@mcepl
Copy link

@mcepl mcepl commented Dec 30, 2025

"⚠️ Note: This PR is stacked on top of #692. Please review/merge #692 first. I will rebase this onto main once that is merged."

  • Update pyproject.toml dependencies to require orjson instead of ujson.
  • Update import fallbacks in pylsp/python_lsp.py, pylsp/main.py, and
    pylsp/plugins/pylint_lint.py.
  • Handle orjson-specific behavior (bytes output in dumps, absence of
    load method).

Fixes: #673

Check if self.config is None in _hook to avoid AttributeError when
shutdown is called without a prior successful initialize request.

Signed-off-by: Matěj Cepl <[email protected]>
- Add exception logging in jedi_completion plugin.
- Explicitly disable pylsp_rope in autoimport notebook tests to prevent interference.
- Make flake8 argument assertions more flexible to accommodate local configurations.

Signed-off-by: Matěj Cepl <[email protected]>
In some environments (e.g. NumPy 2.x on Python 3.13), Jedi might
fail to provide completions, definitions, or hover info.
Update tests to skip gracefully instead of failing when these
libraries cannot be analyzed.

Signed-off-by: Matěj Cepl <[email protected]>
- Update pyproject.toml dependencies to require orjson instead of ujson.
- Update import fallbacks in pylsp/python_lsp.py, pylsp/__main__.py, and
  pylsp/plugins/pylint_lint.py.
- Handle orjson-specific behavior (bytes output in dumps, absence of
  load method).

Fixes: python-lsp#673
Signed-off-by: Matěj Cepl <[email protected]>
@mcepl mcepl closed this Dec 30, 2025
@mcepl mcepl reopened this Dec 30, 2025
@mcepl mcepl closed this Dec 30, 2025
@mcepl mcepl reopened this Dec 30, 2025
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.

UJSON is deprecated

1 participant