From 78e291530f82f7aca34fc89af37b0ac8ef648b48 Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Sun, 19 Jul 2026 11:58:07 -0500 Subject: [PATCH] Add support for Jedi 0.20 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fe9c574..2d21bbcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requires-python = ">=3.9" dependencies = [ "docstring-to-markdown", "importlib_metadata>=4.8.3;python_version<\"3.10\"", - "jedi>=0.17.2,<0.20.0", + "jedi>=0.17.2,<0.21.0", "pluggy>=1.0.0", "python-lsp-jsonrpc>=1.1.0,<2.0.0", "ujson>=3.0.0",