roboswag
roboswag copied to clipboard
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.79.1 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form...
``` ValidationError: None is not of type 'string' Failed validating 'type' in schema['properties']['timeRemoved']: {'format': 'date-time', 'nullable': True, 'type': 'string'} On instance['timeRemoved']: None ``` I have schema that suggests the value...
Updated prance / openapi-core dependencies to enable OAS 3.1 support.
Hello, I just started to play around with this library and took Open API Petstore v3 as my starting point. Now when trying to generate code I get: `prance.ValidationError: Version...
It should output user friendly message with schema validation errors.
We should take it from specs - for example if endpoint is using POST and have 201 in responses, 201 should be used instead as default exp_status.
Currently we're embedding schemas in our endpoint definitions. It bloats Python files and make it harder to navigate through them. If several endpoints use the same schema, you need to...
Dear Mateusz, thank you for your hard work and contributions to the RF community! we were beyond excited to try the tool at work, however I am having issues to...
It can be defined using FastAPI. It would be good to have easy way of running the API locally (ie with docker) and invoke tasks (or other) for generating swagger...
At this moment, the `body` parameter only accepts dictionary, which can be optionally validated by providing a boolean value for `validate_payload` parameter. The endpoint methods should also accept providing the...