Skip to content

Commit

Permalink
bump jupyter chat to 0.7.1 to fix Python 3.9 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Dec 25, 2024
1 parent 37fa257 commit 1482d09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@jupyter/chat": "^0.7.0",
"@jupyter/chat": "^0.7.1",
"@jupyterlab/application": "^4.2.0",
"@jupyterlab/apputils": "^4.2.0",
"@jupyterlab/codeeditor": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"typing_extensions>=4.5.0",
"traitlets>=5.0",
"deepmerge>=2.0,<3",
"jupyterlab-chat>=0.7.0,<1.0.0",
"jupyterlab-chat>=0.7.1,<1.0.0",
]

dynamic = ["version", "description", "authors", "urls", "keywords"]
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@ __metadata:
"@babel/preset-env": ^7.0.0
"@emotion/react": ^11.10.5
"@emotion/styled": ^11.10.5
"@jupyter/chat": ^0.7.0
"@jupyter/chat": ^0.7.1
"@jupyterlab/application": ^4.2.0
"@jupyterlab/apputils": ^4.2.0
"@jupyterlab/builder": ^4.2.0
Expand Down Expand Up @@ -2284,9 +2284,9 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/chat@npm:^0.7.0":
version: 0.7.0
resolution: "@jupyter/chat@npm:0.7.0"
"@jupyter/chat@npm:^0.7.1":
version: 0.7.1
resolution: "@jupyter/chat@npm:0.7.1"
dependencies:
"@emotion/react": ^11.10.5
"@emotion/styled": ^11.10.5
Expand All @@ -2306,7 +2306,7 @@ __metadata:
clsx: ^2.1.0
react: ^18.2.0
react-dom: ^18.2.0
checksum: 0317fda48c447cf82b00c55d2e51f1d2942a4b05e1308ab0654538c675592baf2e8dd04e93643ae44801fca4068e91e1b563bcb095b78c7aaa82d04a7f8dd2b5
checksum: cf92a3412a49619809a94fb27ec849bb399a5e53da5b36bb57509f5e1f84607a5588ca34624a47101baf09bccd9c8bb096ed8d1f6e0189b7ca33065a506d5d52
languageName: node
linkType: hard

Expand Down

0 comments on commit 1482d09

Please sign in to comment.