Artur Maciag

Results 105 comments of Artur Maciag

yes it looks like > djangorestframework = "^3.11.2" it's defined in pyproject.toml

@papadeltasierra please check [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator) project.

Hi @segfault87 thanks for the report. Mutual exclusion is not something that should be checked by validation tool. Validation tools just make sure your requirements are met. Is up to...

It would be something similar to AWS API Gateway with Amazon Lambda https://github.com/python-openapi/openapi-core/pull/545

Hi @itsMGA thanks for the report. Please provide working example with full traceback.

Is it worth to fix or just move to python-multipart?

Hi @htmhmeer can you provide working example. Your code doesn't show what type of `request` object did you use.

> The problem is that the system (Odoo) has a wrapper around the original werkzeug request Because it's made for werkzeug request You can try to extract original request from...

Fixed with [starlette 0.37,2](https://github.com/encode/starlette/releases/tag/0.37.2)