File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def wrap_request(request, spec):
44
44
# work around lack of support for path parameters which can contain slashes
45
45
# https://github.com/OAI/OpenAPI-Specification/issues/892
46
46
url = None
47
- for path in spec . paths :
47
+ for path in spec [ ' paths' ] :
48
48
if url :
49
49
continue
50
50
has_arg = '{' in path
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ install_requires =
38
38
39
39
40
40
[options.extras_require]
41
- test = codecov; ipykernel; pytest>=5.3.2; pytest-cov; jupyter_server[test]; openapi_core~=0.13.8 ; pytest-console-scripts; strict-rfc3339; ruamel.yaml; wheel
41
+ test = codecov; ipykernel; pytest>=5.3.2; pytest-cov; jupyter_server[test]; openapi_core~=0.14.0 ; pytest-console-scripts; strict-rfc3339; ruamel.yaml; wheel
42
42
43
43
[options.packages.find]
44
44
exclude = [' docs*' ]
You can’t perform that action at this time.
0 commit comments