We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fe021 commit 7d83684Copy full SHA for 7d83684
pyproject.toml
@@ -28,7 +28,7 @@ dependencies = [
28
"jinja2>=3.0.3",
29
"json5",
30
"jsonschema>=3.0.1",
31
- "jupyter_server>=1.8,<2",
+ "jupyter_server>=1.8,<3",
32
"packaging",
33
"requests",
34
]
@@ -57,7 +57,8 @@ test = [
57
"codecov",
58
"ipykernel",
59
"jupyter_server[test]",
60
- "openapi_core>=0.14.2",
+ # openapi_core 0.15.0 alpha is not working
61
+ "openapi_core~=0.14.2",
62
"openapi-spec-validator<0.5",
63
"pytest>=5.3.2",
64
"pytest-console-scripts",
0 commit comments