Mihail Andreev
Mihail Andreev
Hi, no problem! Yes, at this point. My use case is that I have requirements.txt that requires the current package. So the requirements for the python module are only in...
Hi, I have extended the code and I have added tests for the code. The PR is https://github.com/arkq/flake8-requirements/pull/91. I haven't changed the version as I don't know how do you...
Thank you for the quick response! I started also with addition in _request_handle_body. For now I check the properties in the schema in the self.requestBody.content['multipart/form-data'] for the format field. When...
Hi! I have something that seams to work. https://github.com/Dorthu/openapi3/pull/97 For now there it supports to pass only dictionary with the format - { "field name": file_obj }. In Requests documentation...
In the new version I fixed all the flake8 errors