Skip to content

Commit

Permalink
Merge pull request #138 from krassowski/pin-lab
Browse files Browse the repository at this point in the history
Pin JupyterLab version
  • Loading branch information
krassowski authored Jul 28, 2023
2 parents b6c6993 + da2c6f3 commit 2936119
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.8.4 (2023-07-28)

- bug fixes:
- require JupyterLab 4

### 0.8.3 (2023-06-05)

- bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab-contrib/spellchecker",
"version": "0.8.3",
"version": "0.8.4",
"description": "A spell checker for JupyterLab.",
"keywords": [
"jupyter",
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"jupyter_server>=2.0.1,<3"
"jupyter_server>=2.0.1,<3",
"jupyterlab>=4,<5"
]
dynamic = ["version", "description", "authors", "keywords"]

Expand Down

0 comments on commit 2936119

Please sign in to comment.