We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1e7c1 commit 825c750Copy full SHA for 825c750
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "lsap-sdk"
3
-version = "0.1.0"
+version = "0.1.2"
4
description = "Language Server Agent Protocol (LSAP) SDK - Transforms low-level LSP into high-level cognitive tools for agents"
5
readme = "README.md"
6
authors = [{ name = "observerw", email = "[email protected]" }]
@@ -16,7 +16,7 @@ dependencies = [
16
"asyncer>=0.0.11",
17
"attrs>=25.4.0",
18
"cattrs>=25.3.0",
19
- "lsp-client >= 0.3.0",
+ "lsp-client >= 0.3.4",
20
"lsprotocol>=2025.0.0",
21
"pydantic>=2.12.5",
22
"python-liquid>=2.1.0",
0 commit comments