Benjamin Greiner
d4dcc2baf4
- Add python-lsp-server-pr415-flake8deps.patch gh#python-lsp/python-lsp-server#415 - Add python-lsp-server-pr416-jedi-0.19.patch gh#python-lsp/python-lsp-server#416 OBS-URL: https://build.opensuse.org/request/show/1103621 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=41
14 lines
371 B
Diff
14 lines
371 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 7e62d24..e0b6e07 100644
|
|
--- 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,<0.20.0",
|
|
"python-lsp-jsonrpc>=1.0.0",
|
|
"pluggy>=1.0.0",
|
|
"docstring-to-markdown",
|