poetry: update pygls to version 0.11.2 (#42)

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.
This commit is contained in:
Charlie Vieth
2021-10-03 02:13:39 -04:00
committed by GitHub
parent 76e34ae628
commit 9630b96935
2 changed files with 8 additions and 7 deletions

View File

@@ -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"]
@@ -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"}