Skip to content

Commit 256028a

Browse files
blink1073fcollonvalZsailer
authored
Pin openapi_core dependency (#308)
Co-authored-by: Frédéric Collonval <[email protected]> Co-authored-by: Zachary Sailer <[email protected]>
1 parent 67fe021 commit 256028a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 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)