Skip to content

Commit e4c2eea

Browse files
committed
chore: stricter versioning
1 parent d63124e commit e4c2eea

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ requires = ["hatchling>=1.5.0", "jupyterlab>=4.4.0,<5", "hatch-nodejs-version>=0
159159

160160
```json
161161
"dependencies": {
162-
"@jupyterlab/application": "^4.0.0 <5",
162+
"@jupyterlab/application": "^4.4.0 <5",
163163
"@jupyterlab/notebook": "^4.4.7 <5",
164164
"@jupyterlab/services": "^7.0.0 <8",
165165
"@jupyterlab/coreutils": "^6.0.0 <7",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pip uninstall jupyterlab_deepnote
5454

5555
### JupyterLab Version Support
5656

57-
This extension is compatible with **JupyterLab 4.4.0 or higher** (specifically JupyterLab 4.x series). It requires the content provider registry API introduced in JupyterLab 4.4.
57+
This extension is compatible with **JupyterLab 4.4.0 or higher**. It requires the content provider registry API introduced in JupyterLab 4.4.
5858

5959
**Upper bound:** The extension sets an upper bound of `< 5.0.0` to prevent automatic installation with potentially incompatible future major versions of JupyterLab.
6060

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@
6060
},
6161
"dependencies": {
6262
"@deepnote/blocks": "^1.1.0",
63-
"@jupyterlab/application": "^4.0.0 <5",
63+
"@jupyterlab/application": "^4.4.0 <5",
6464
"@jupyterlab/coreutils": "^6.0.0 <7",
6565
"@jupyterlab/notebook": "^4.4.7 <5",
6666
"@jupyterlab/services": "^7.0.0 <8",
67-
"@jupyterlab/settingregistry": "^4.0.0 <5",
67+
"@jupyterlab/settingregistry": "^4.4.0 <5",
6868
"@lumino/widgets": "^2.7.1",
6969
"lodash": "^4.17.21",
7070
"yaml": "^2.8.1",
7171
"zod": "^4.1.11"
7272
},
7373
"devDependencies": {
74-
"@jupyterlab/builder": "^4.0.0 <5",
75-
"@jupyterlab/testutils": "^4.0.0 <5",
74+
"@jupyterlab/builder": "^4.4.0 <5",
75+
"@jupyterlab/testutils": "^4.4.0 <5",
7676
"@types/jest": "^29.2.0",
7777
"@types/json-schema": "^7.0.11",
7878
"@types/lodash": "^4.17.20",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,7 @@ __metadata:
20322032
languageName: node
20332033
linkType: hard
20342034

2035-
"@jupyterlab/application@npm:^4.0.0 <5, @jupyterlab/application@npm:^4.4.10":
2035+
"@jupyterlab/application@npm:^4.4.0 <5, @jupyterlab/application@npm:^4.4.10":
20362036
version: 4.4.10
20372037
resolution: "@jupyterlab/application@npm:4.4.10"
20382038
dependencies:
@@ -2103,7 +2103,7 @@ __metadata:
21032103
languageName: node
21042104
linkType: hard
21052105

2106-
"@jupyterlab/builder@npm:^4.0.0 <5":
2106+
"@jupyterlab/builder@npm:^4.4.0 <5":
21072107
version: 4.4.10
21082108
resolution: "@jupyterlab/builder@npm:4.4.10"
21092109
dependencies:
@@ -2522,7 +2522,7 @@ __metadata:
25222522
languageName: node
25232523
linkType: hard
25242524

2525-
"@jupyterlab/settingregistry@npm:^4.0.0 <5, @jupyterlab/settingregistry@npm:^4.4.10":
2525+
"@jupyterlab/settingregistry@npm:^4.4.0 <5, @jupyterlab/settingregistry@npm:^4.4.10":
25262526
version: 4.4.10
25272527
resolution: "@jupyterlab/settingregistry@npm:4.4.10"
25282528
dependencies:
@@ -2593,7 +2593,7 @@ __metadata:
25932593
languageName: node
25942594
linkType: hard
25952595

2596-
"@jupyterlab/testutils@npm:^4.0.0 <5":
2596+
"@jupyterlab/testutils@npm:^4.4.0 <5":
25972597
version: 4.4.10
25982598
resolution: "@jupyterlab/testutils@npm:4.4.10"
25992599
dependencies:
@@ -6903,13 +6903,13 @@ __metadata:
69036903
resolution: "jupyterlab-deepnote@workspace:."
69046904
dependencies:
69056905
"@deepnote/blocks": ^1.1.0
6906-
"@jupyterlab/application": ^4.0.0 <5
6907-
"@jupyterlab/builder": ^4.0.0 <5
6906+
"@jupyterlab/application": ^4.4.0 <5
6907+
"@jupyterlab/builder": ^4.4.0 <5
69086908
"@jupyterlab/coreutils": ^6.0.0 <7
69096909
"@jupyterlab/notebook": ^4.4.7 <5
69106910
"@jupyterlab/services": ^7.0.0 <8
6911-
"@jupyterlab/settingregistry": ^4.0.0 <5
6912-
"@jupyterlab/testutils": ^4.0.0 <5
6911+
"@jupyterlab/settingregistry": ^4.4.0 <5
6912+
"@jupyterlab/testutils": ^4.4.0 <5
69136913
"@lumino/widgets": ^2.7.1
69146914
"@types/jest": ^29.2.0
69156915
"@types/json-schema": ^7.0.11

0 commit comments

Comments
 (0)