Skip to content

Commit 7d83684

Browse files
Zsailerfcollonval
andauthored
raise jupyter_server pin to include 2.x (#302)
* raise jupyter_server pin to include 2.0 * Pin openapi_core Co-authored-by: Frédéric Collonval <[email protected]>
1 parent 67fe021 commit 7d83684

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"jinja2>=3.0.3",
2929
"json5",
3030
"jsonschema>=3.0.1",
31-
"jupyter_server>=1.8,<2",
31+
"jupyter_server>=1.8,<3",
3232
"packaging",
3333
"requests",
3434
]
@@ -57,7 +57,8 @@ test = [
5757
"codecov",
5858
"ipykernel",
5959
"jupyter_server[test]",
60-
"openapi_core>=0.14.2",
60+
# openapi_core 0.15.0 alpha is not working
61+
"openapi_core~=0.14.2",
6162
"openapi-spec-validator<0.5",
6263
"pytest>=5.3.2",
6364
"pytest-console-scripts",

0 commit comments

Comments
 (0)