Skip to content

Commit 71b5e30

Browse files
committed
chore: update lsp-client
1 parent 82e5838 commit 71b5e30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"asyncer>=0.0.11",
1717
"attrs>=25.4.0",
1818
"cattrs>=25.3.0",
19-
"lsp-client >= 0.3.4",
19+
"lsp-client>=0.3.6",
2020
"lsprotocol>=2025.0.0",
2121
"pydantic>=2.12.5",
2222
"python-liquid>=2.1.0",

src/lsap/schema/locate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Locate(BaseModel):
9191
file_path: Path
9292

9393
scope: LineScope | SymbolScope | None = None
94-
"""Optional: narrow search to symbol body or line range"""
94+
"""Narrow search to symbol body or line range"""
9595

9696
find: str | None = None
9797
"""Text pattern with marker for exact position; if no marker, positions at match start."""

0 commit comments

Comments
 (0)