Skip to content

Commit

Permalink
Backport part of #186 on branch 1.x (Bump jupyter_events and jsonschema)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos committed Sep 5, 2023
1 parent 4a595d7 commit 57001a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install jupyterlab
Expand Down Expand Up @@ -49,6 +51,8 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install jupyterlab
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ dependencies = [
"jupyter_server>=2.0.0,<3.0.0",
"jupyter_ydoc>=1.0.1,<2.0.0",
"ypy-websocket>=0.12.1,<0.13.0",
"jupyter_events",
"jupyter_server_fileid>=0.6.0,<1",
"jsonschema[format-nongpl,format_nongpl]<4.18.0" # https://github.com/jupyter/jupyter_events/pull/80
"jupyter_events>=0.7.0",
"jupyter_server_fileid>=0.7.0,<1",
"jsonschema>=4.18.0"
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down

0 comments on commit 57001a9

Please sign in to comment.