sailccsa

Results 2 comments of sailccsa

I've got the same error, or at least with paths['/pins']['get'].parameters[7] matching oneOf a provided schema when using the python-flask and python-aiohttp generators.

Using openapi-generator-cli >= 4.0.0 the error is moved to actually running the app: ``` Traceback (most recent call last): File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File...