Skip to content

Commit 40e66db

Browse files
authored
Add support for Jedi 0.20 (#718)
1 parent dabcda5 commit 40e66db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requires-python = ">=3.9"
1616
dependencies = [
1717
"docstring-to-markdown",
1818
"importlib_metadata>=4.8.3;python_version<\"3.10\"",
19-
"jedi>=0.17.2,<0.20.0",
19+
"jedi>=0.17.2,<0.21.0",
2020
"pluggy>=1.0.0",
2121
"python-lsp-jsonrpc>=1.1.0,<2.0.0",
2222
"ujson>=3.0.0",

0 commit comments

Comments
 (0)