Skip to content

Commit

Permalink
fix(lsp): bump pygls from 1.0.2 to 1.3.1 (#443)
Browse files Browse the repository at this point in the history
It turns out that >=1.0.2 was pulling in 1.1.0 for me and I was
unknowingly using features introduced in that version, which I didn't
catch until my dependency resolution changed.
  • Loading branch information
llllvvuu authored Apr 23, 2024
1 parent cca9f96 commit 2805ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dev = [
"usort == 1.0.8.post1",
]
lsp = [
"pygls[ws] >= 1.0.2",
"pygls[ws] ~= 1.3.1",
]
pretty = [
"rich >= 12.6.0",
Expand Down

0 comments on commit 2805ba3

Please sign in to comment.