From bda56549ba86333728c323f0f63e15bde0366fed Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 11 Sep 2023 14:16:50 -0700 Subject: build: :pushpin: update version for python-lsp-server --- continuedev/requirements.txt | 2 +- run.m1.spec | 2 +- run.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/continuedev/requirements.txt b/continuedev/requirements.txt index c40380b2..d430f20d 100644 --- a/continuedev/requirements.txt +++ b/continuedev/requirements.txt @@ -23,5 +23,5 @@ ripgrepy==2.0.0 replicate==0.11.0 bs4==0.0.1 redbaron==0.9.2 -python-lsp-server[websockets]==1.2.0 +python-lsp-server[websockets]==1.8.0 huggingface-hub==0.16.4 \ No newline at end of file diff --git a/run.m1.spec b/run.m1.spec index e4baa0f2..bbd7bbc1 100644 --- a/run.m1.spec +++ b/run.m1.spec @@ -13,7 +13,7 @@ a = Analysis( ('continuedev', 'continuedev'), (certifi.where(), 'ca_bundle'), ] + copy_metadata('replicate'), - hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron', 'pylsp'], + hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron'], hookspath=[], hooksconfig={}, runtime_hooks=[], diff --git a/run.spec b/run.spec index 3b754597..0e444cb0 100644 --- a/run.spec +++ b/run.spec @@ -13,7 +13,7 @@ a = Analysis( ('continuedev', 'continuedev'), (certifi.where(), 'ca_bundle') ] + copy_metadata('replicate'), - hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron', 'pylsp'], + hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron'], hookspath=[], hooksconfig={}, runtime_hooks=[], -- cgit v1.2.3-70-g09d2