Skip to content

Commit 55aff83

Browse files
authored
Upgrade to jupyterlab-chat v0.17.0 (#1480)
1 parent ac448b3 commit 55aff83

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/jupyter-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@emotion/react": "^11.10.5",
6363
"@emotion/styled": "^11.10.5",
6464
"@jupyter-notebook/application": "^7.2.0",
65-
"@jupyter/chat": "^0.16.0",
65+
"@jupyter/chat": "^0.17.0",
6666
"@jupyterlab/application": "^4.2.0",
6767
"@jupyterlab/apputils": "^4.2.0",
6868
"@jupyterlab/codeeditor": "^4.2.0",

packages/jupyter-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"deepmerge>=2.0,<3",
3636
# NOTE: Make sure to update the corresponding dependency in
3737
# `packages/jupyter-ai/package.json` to match the version range below
38-
"jupyterlab-chat>=0.16.0,<0.17.0",
38+
"jupyterlab-chat>=0.17.0,<0.18.0",
3939
"litellm>=1.73,<2",
4040
"jinja2>=3.0,<4",
4141
"python_dotenv>=1,<2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2237,7 +2237,7 @@ __metadata:
22372237
"@emotion/react": ^11.10.5
22382238
"@emotion/styled": ^11.10.5
22392239
"@jupyter-notebook/application": ^7.2.0
2240-
"@jupyter/chat": ^0.16.0
2240+
"@jupyter/chat": ^0.17.0
22412241
"@jupyterlab/application": ^4.2.0
22422242
"@jupyterlab/apputils": ^4.2.0
22432243
"@jupyterlab/builder": ^4.2.0
@@ -2322,9 +2322,9 @@ __metadata:
23222322
languageName: node
23232323
linkType: hard
23242324

2325-
"@jupyter/chat@npm:^0.16.0":
2326-
version: 0.16.0
2327-
resolution: "@jupyter/chat@npm:0.16.0"
2325+
"@jupyter/chat@npm:^0.17.0":
2326+
version: 0.17.0
2327+
resolution: "@jupyter/chat@npm:0.17.0"
23282328
dependencies:
23292329
"@emotion/react": ^11.10.5
23302330
"@emotion/styled": ^11.10.5
@@ -2349,7 +2349,7 @@ __metadata:
23492349
clsx: ^2.1.0
23502350
react: ^18.2.0
23512351
react-dom: ^18.2.0
2352-
checksum: c92b195b5b13d57e4cd29d81e8b3f3a75b2eee15540d753fffd3a1b3536706f1d7980dd8af51ff06dbf57bc563631841ee25ad93e4be152da37bb7bcd665806a
2352+
checksum: 75d906e59c28ae34132011583769bab2ce7e2d727888c7e644f2db0ddda60d9bf46a9c16bac67e55d06ad82319078ec0f6eed5468534bde5fd3c15a279e8be45
23532353
languageName: node
23542354
linkType: hard
23552355

0 commit comments

Comments
 (0)