Artur Maciag
Artur Maciag
Hi @sisp PRs are always welcome
Work was done here https://github.com/p1c2u/openapi-spec-validator/pull/143 Hance closing
Looks good. Just wondering how this affects the performance.
@mes3yd This is openapi-spec-validator related bug https://github.com/p1c2u/openapi-spec-validator/pull/30 and should be fixed in openapi-spec-validator version 0.2.2 . Check you have latest version.
@danie1k Why you need Draft7? OpenAPI 3 uses extended subset of JSON Schema Specification Wright Draft 00 (aka Draft5) > The Schema Object allows the definition of input and output...
Hey @kloczek Use use too new pytest version `7.1.2`. Try to use version `3.5.0`. You can check test requirements in https://github.com/p1c2u/openapi-core/blob/0.14.2/requirements_dev.txt
Version [0.15.0a1](https://github.com/p1c2u/openapi-core/releases/tag/0.15.0a1) has updated dependency with pytest version 6
we can do that too
Hi @Andrew-Wichmann I ran into the same issue with sns client. I had to clear session to get rid of the error ```python @pytest.fixture def client(): client = boto3("sns") yield...
We will need to pin dependencies in 0.14.x based on [dependency matrix](https://github.com/p1c2u/openapi-core/issues/296#issuecomment-1020239222)