Skip to content

Commit

Permalink
chore: pin lsprotocol to 2023.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney authored and tombh committed Nov 18, 2023
1 parent 4df6bb6 commit 3f5250c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
20 changes: 5 additions & 15 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ readme = "README.md"

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

[tool.poetry.extras]
ws = ["websockets"]
Expand Down

0 comments on commit 3f5250c

Please sign in to comment.