ports/devel/py-pygls/files/patch-pyproject.toml
Po-Chuan Hsieh 66167757c5
devel/py-pygls: Add py-pygls 1.3.1
pygls (pronounced like "pie glass") is a pythonic generic implementation of the
Language Server Protocol for use as a foundation for writing your own Language
Servers in just a few lines of code.
2024-10-14 12:45:11 +08:00

11 lines
304 B
TOML

--- pyproject.toml.orig 2024-03-26 18:43:55 UTC
+++ pyproject.toml
@@ -20,7 +20,7 @@ cattrs = ">=23.1.2"
[tool.poetry.dependencies]
python = ">=3.8"
cattrs = ">=23.1.2"
-lsprotocol = "2023.0.1"
+lsprotocol = ">=2023.0.1"
websockets = { version = ">=11.0.3", optional = true }
[tool.poetry.extras]