summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-11 14:16:50 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-11 14:16:50 -0700
commitbda56549ba86333728c323f0f63e15bde0366fed (patch)
treec35f9a0bf7cb5c25e16d7d7e72e7d31fce425902
parent8a06ca00f1306c2677d72f09a39fd1325381b3b2 (diff)
downloadsncontinue-bda56549ba86333728c323f0f63e15bde0366fed.tar.gz
sncontinue-bda56549ba86333728c323f0f63e15bde0366fed.tar.bz2
sncontinue-bda56549ba86333728c323f0f63e15bde0366fed.zip
build: :pushpin: update version for python-lsp-server
-rw-r--r--continuedev/requirements.txt2
-rw-r--r--run.m1.spec2
-rw-r--r--run.spec2
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=[],