Skip to content

Commit 830b2c3

Browse files
authored
Update to jupyterlab>=4.4.0 (#62)
1 parent 7e2c434 commit 830b2c3

File tree

3 files changed

+591
-1134
lines changed

3 files changed

+591
-1134
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,14 @@
5757
},
5858
"dependencies": {
5959
"@jupyter/chat": "^0.9.0",
60-
"@jupyterlab/application": "^4.4.0-alpha.0",
61-
"@jupyterlab/apputils": "^4.5.0-alpha.0",
62-
"@jupyterlab/completer": "^4.4.0-alpha.0",
63-
"@jupyterlab/notebook": "^4.4.0-alpha.0",
64-
"@jupyterlab/rendermime": "^4.4.0-alpha.0",
65-
"@jupyterlab/settingregistry": "^4.4.0-beta.1",
66-
"@jupyterlab/ui-components": "^4.4.0-alpha.0",
60+
"@jupyterlab/application": "^4.4.0",
61+
"@jupyterlab/apputils": "^4.5.0",
62+
"@jupyterlab/completer": "^4.4.0",
63+
"@jupyterlab/coreutils": "^6.4.0",
64+
"@jupyterlab/notebook": "^4.4.0",
65+
"@jupyterlab/rendermime": "^4.4.0",
66+
"@jupyterlab/settingregistry": "^4.4.0",
67+
"@jupyterlab/ui-components": "^4.4.0",
6768
"@langchain/anthropic": "^0.3.9",
6869
"@langchain/community": "^0.3.31",
6970
"@langchain/core": "^0.3.40",
@@ -83,7 +84,7 @@
8384
"react-dom": "^18.2.0"
8485
},
8586
"devDependencies": {
86-
"@jupyterlab/builder": "^4.0.0",
87+
"@jupyterlab/builder": "^4.4.0",
8788
"@stylistic/eslint-plugin": "^3.0.1",
8889
"@types/json-schema": "^7.0.11",
8990
"@types/react": "^18.0.26",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ dynamic = ["version", "description", "authors", "urls", "keywords"]
2929

3030
[project.optional-dependencies]
3131
jupyter = [
32-
"jupyterlab>=4.4.0b1",
32+
"jupyterlab>=4.4.0",
3333
"jupyterlite>=0.6.0a0",
34-
"notebook>=7.4.0b1"
34+
"notebook>=7.4.0"
3535
]
3636

3737
[tool.hatch.version]

0 commit comments

Comments
 (0)