Files
MINGW-packages/mingw-w64-python-lsp-server/0001-python-lsp-server-1.5.0-allow-newlest-depends.patch
2023-04-03 08:57:32 +01:00

14 lines
363 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index 8cce90e..18cf2db 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",
"python-lsp-jsonrpc>=1.0.0",
"pluggy>=1.0.0",
"docstring-to-markdown",