12 lines
279 B
Diff
12 lines
279 B
Diff
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -13,7 +13,7 @@ readme = "README.md"
|
|
license = {text = "MIT"}
|
|
requires-python = ">=3.7"
|
|
dependencies = [
|
|
- "jedi>=0.17.2,<0.19.0",
|
|
+ "jedi>=0.17.2",
|
|
"python-lsp-jsonrpc>=1.0.0",
|
|
"pluggy>=1.0.0",
|
|
"ujson>=3.0.0",
|