From 8312d9692a70c203e7e3e924bf144f82cd3268e9 Mon Sep 17 00:00:00 2001 From: Thomas Buckley-Houston Date: Tue, 20 Jun 2023 07:14:12 -0500 Subject: [PATCH] fix: Pin `lsprotocol` depdency For more discussion see: https://github.com/openlawlibrary/pygls/issues/331 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f1c282b6..79c2dcf2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ python_requires = >=3.7,<4 packages = find: zip_safe = False install_requires = - lsprotocol + lsprotocol==2023.0.0a1 typeguard>=3,<4 include_package_data = True tests_require =