Skip to content

Commit 4a08b84

Browse files
authored
Pin openapi deps (#381)
1 parent 7013e0a commit 4a08b84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ docs = [
6666
"jinja2<3.2.0"
6767
]
6868
openapi = [
69-
"openapi_core>=0.16.1",
69+
"openapi_core~=0.16.1",
7070
"ruamel.yaml",
7171
]
7272
test = [
7373
"codecov",
7474
"ipykernel",
7575
"pytest-jupyter[server]>=0.6.2",
7676
"jupyterlab_server[openapi]",
77-
"openapi-spec-validator>=0.5.1",
77+
"openapi-spec-validator~=0.5.1",
7878
"sphinxcontrib_spelling",
7979
"requests_mock",
8080
"pytest>=7.0",

0 commit comments

Comments
 (0)