Skip to content

Commit

Permalink
raise jupyter_server pin to include 2.x (#302)
Browse files Browse the repository at this point in the history
* raise jupyter_server pin to include 2.0

* Pin openapi_core

Co-authored-by: Frédéric Collonval <[email protected]>
  • Loading branch information
Zsailer and fcollonval authored Sep 9, 2022
1 parent 67fe021 commit 7d83684
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"jinja2>=3.0.3",
"json5",
"jsonschema>=3.0.1",
"jupyter_server>=1.8,<2",
"jupyter_server>=1.8,<3",
"packaging",
"requests",
]
Expand Down Expand Up @@ -57,7 +57,8 @@ test = [
"codecov",
"ipykernel",
"jupyter_server[test]",
"openapi_core>=0.14.2",
# openapi_core 0.15.0 alpha is not working
"openapi_core~=0.14.2",
"openapi-spec-validator<0.5",
"pytest>=5.3.2",
"pytest-console-scripts",
Expand Down

0 comments on commit 7d83684

Please sign in to comment.