Skip to content

Commit 7af5cb2

Browse files
committed
Pin to lab 4.1
1 parent d55b556 commit 7af5cb2

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

.github/workflows/job.test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
matrix:
4545
os: [ubuntu]
4646
nodejs: ['>=20,<21']
47-
lab: ['>=4.0.12,<4.1.0a0']
47+
lab: ['>=4.1.0,<5.0.0a']
4848
r: ['>=4']
4949
steps:
5050
- uses: actions/checkout@v4
@@ -124,7 +124,7 @@ jobs:
124124
matrix:
125125
os: [ubuntu]
126126
nodejs: ['>=20,<21']
127-
lab: ['>=4.0.12,<4.1.0a0']
127+
lab: ['>=4.1.0,<5.0.0a']
128128
r: ['>=4']
129129
steps:
130130
- uses: actions/checkout@v4
@@ -220,12 +220,12 @@ jobs:
220220
# Node 16 end-of-life: 2023-09-11
221221
nodejs: '>=16,<17.0.0.a0'
222222
r: '>=4'
223-
lab: '>=4.0.12,<5'
223+
lab: '>=4.1.0,<5'
224224
- python: '3.11'
225225
# Node 18 end-of-life: 2025-04-30
226226
nodejs: '>=18,<19.0.0.a0'
227227
r: '>=4'
228-
lab: '>=4.0.12,<5'
228+
lab: '>=4.1.0,<5'
229229

230230
steps:
231231
- uses: actions/checkout@v4
@@ -350,16 +350,16 @@ jobs:
350350
include:
351351
- python: '3.8'
352352
dist: 'jupyter*lsp*.whl'
353-
lab: '>=4.0.12,<5'
353+
lab: '>=4.1.0,<5'
354354
- python: '3.8'
355355
dist: 'jupyter*lsp*.tar.gz'
356-
lab: '>=4.0.12,<5'
356+
lab: '>=4.1.0,<5'
357357
- python: '3.11'
358358
dist: 'jupyter*lsp*.whl'
359-
lab: '>=4.0.12,<5'
359+
lab: '>=4.1.0,<5'
360360
- python: 'pypy-3.8'
361361
dist: 'jupyter*lsp*.tar.gz'
362-
lab: '>=4.0.12,<5'
362+
lab: '>=4.1.0,<5'
363363
- os: 'windows'
364364
py_cmd: python
365365
- os: 'macos'
@@ -405,9 +405,9 @@ jobs:
405405
nodejs: ['20.x']
406406
include:
407407
- python: '3.8'
408-
lab: '>=4.0.12,<5'
408+
lab: '>=4.1.0,<5'
409409
- python: '3.11'
410-
lab: '>=4.0.12,<5'
410+
lab: '>=4.1.0,<5'
411411
steps:
412412
- name: Install Python
413413
uses: actions/setup-python@v4

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> TBD
1010
11-
Requires JupyterLab `>=4.0.12,<4.1.0`
11+
Requires JupyterLab `>=4.1.0,<5.0.0a`
1212

1313
### `@jupyter-lsp/jupyterlab-lsp 5.0.3`
1414

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Thank you for all your contributions :heart:
3232
A development environment requires, at a minimum:
3333

3434
- `python >=3.8,<3.13.0a0`
35-
- `jupyterlab >=4.0.12,<4.1.0a0`
35+
- `jupyterlab >=4.1.0,<5.0.0a`
3636
- `nodejs >=18,!=19,!=21,<23`
3737

3838
It is recommended to use a virtual environment (e.g. `virtualenv` or `conda env`)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Use context menu on rows in the panel to filter out diagnostics or copy their me
9090

9191
You will need to have both of the following installed:
9292

93-
- JupyterLab >=4.0.12,<4.1.0a0
93+
- JupyterLab >=4.1.0,<5.0.0a
9494
- Python 3.8+
9595

9696
In addition, if you wish to use javascript, html, markdown or any other NodeJS-based language server you will need to have appropriate NodeJS version installed.

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
dependencies:
88
# runtime dependencies
99
- python >=3.8,<3.13.0a0
10-
- jupyterlab >=4.0.12,<4.1.0a0
10+
- jupyterlab >=4.1.0,<5.0.0a
1111
- jupyter_server >=1.1.2
1212
- notebook >=7
1313
# build dependencies

docs/rtd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77

88
dependencies:
99
- importlib_metadata
10-
- jupyterlab >=4.0.12,<4.1.0a0
10+
- jupyterlab >=4.1.0,<5.0.0a
1111
- myst-nb
1212
- nodejs >=18,!=19,!=21,<23
1313
- pandas

packages/jupyterlab-lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"devDependencies": {
7373
"@codemirror/lint": "^6.4.0",
7474
"@jupyter-notebook/application": "^7.0.3",
75-
"@jupyterlab/application": "~4.0.12",
75+
"@jupyterlab/application": "~4.1.0",
7676
"@jupyterlab/apputils": "~4.1.12",
7777
"@jupyterlab/builder": "~4.0.12",
7878
"@jupyterlab/cells": "~4.0.12",

python_packages/jupyterlab_lsp/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ python_requires = >=3.8
3737

3838
install_requires =
3939
jupyter_lsp >=2.0.0
40-
jupyterlab >=4.0.12,<4.1.0a0
40+
jupyterlab >=4.1.0,<5.0.0a

requirements/lab.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# the version of jupyterlab
22
-r ./prod.txt
3-
jupyterlab >=4.0.12,<4.1.0a0
3+
jupyterlab >=4.1.0,<5.0.0a

0 commit comments

Comments
 (0)