Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
sudo rm -rf $(which node)
sudo rm -rf $(which node)

pip install "jupyterlab>=4.0.0,<5" jupyter_drives*.whl
pip install "jupyterlab>=4.3.0,<5" jupyter_drives*.whl


jupyter server extension list
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/react-components": "^0.13.3",
"@jupyter/web-components": "^0.13.2",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/services": "^7.0.0"
"@jupyter/react-components": "^0.16.6",
"@jupyter/web-components": "^0.16.6",
"@jupyterlab/application": "^4.3.0",
"@jupyterlab/coreutils": "^6.3.0",
"@jupyterlab/services": "^7.3.0"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0",
"@jupyterlab/testutils": "^4.0.0",
"@jupyterlab/builder": "^4.3.0",
"@jupyterlab/testutils": "^4.3.0",
"@types/jest": "^29.2.0",
"@types/json-schema": "^7.0.11",
"@types/react": "^18.0.26",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"jupyter_server>=2.0.1,<3",
"jupyter_server>=2.14.2,<3",
"s3contents>=0.11.1,<0.12.0",
"apache-libcloud>=3.8.0, <4",
"entrypoints>=0.4, <0.5",
Expand Down
Loading
Loading