Skip to content

Commit 173518c

Browse files
committed
feat: update dependencies for pygls
1 parent 60cbf53 commit 173518c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ dependencies = [
2020
"pluggy>=1.0.0",
2121
"python-lsp-jsonrpc>=1.1.0,<2.0.0",
2222
"ujson>=3.0.0",
23-
"black"
23+
"black",
24+
"lsprotocol>=2025.0.0,<2026.0.0",
25+
"pygls>=1.3.1,<2.0.0",
2426
]
2527
dynamic = ["version"]
2628

0 commit comments

Comments
 (0)