Skip to content

Commit

Permalink
build(deps): bump lsprotocol to 2023.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Sep 23, 2023
1 parent 0a4142e commit 1f5f12e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
28 changes: 14 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions pygls/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
LogMessageParams,
LogTraceParams,
MessageType,
PositionEncodingKind,
PublishDiagnosticsParams,
RegistrationParams,
ResponseErrorMessage,
Expand Down Expand Up @@ -229,10 +228,6 @@ def default_converter():

converter.register_structure_hook(JsonRPCNotification, _params_field_structure_hook)

converter.register_structure_hook(
Union[PositionEncodingKind, str, None], lambda obj, _: obj
)

return converter


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.7.9,<4"
lsprotocol = "2023.0.0a3"
lsprotocol = "2023.0.0b1"
typeguard = "^3.0.0"
websockets = {version = "^11.0.3", optional = true}

Expand Down

0 comments on commit 1f5f12e

Please sign in to comment.