Skip to content

Commit

Permalink
poetry: update pygls to version 0.11.2 (#42)
Browse files Browse the repository at this point in the history
Update pygls to version 0.11.2 and change the version requirement to
'^0.11' this removes a conflict with jedi-language-server which requires
pygls>=0.11.1,<0.12.0.

This commit also bumps the cmake-language-server version to 0.1.3.
  • Loading branch information
charlievieth authored Oct 3, 2021
1 parent 76e34ae commit 9630b96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cmake-language-server"
version = "0.1.2"
version = "0.1.3"
description = "CMake LSP Implementation"
license = "MIT"
authors = ["regen"]
Expand All @@ -19,7 +19,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.6"
pygls = "^0.10"
pygls = "^0.11"
pyparsing = "^2.4"
importlib-metadata = {version = "^4.8", python = "<3.8"}

Expand Down

0 comments on commit 9630b96

Please sign in to comment.