Tom Trval

Results 11 comments of Tom Trval

If you found source lines for dependencies problem, I can include fix into my [restx-monkey](https://pypi.org/project/restx-monkey/) patches.

Hi again, patched in [restx-monkey](https://pypi.org/project/restx-monkey/) 0.3+ . Feedback is welcome. Patch only works if user account has rights to edit site-packages directory with `flask-restx/static` files. Internally patch replaces files with...

I fixed [flask-restx/flask_restx/reqparse.py](https://github.com/python-restx/flask-restx/blob/88497ced96674916403fa7829de693eaa3485a08/flask_restx/reqparse.py#L149) in my [restx-monkey](https://pypi.org/project/restx-monkey/) patches. I hope it will help you, feedback is welcome. :)

Hi, you can try my [restx-monkey](https://pypi.org/project/restx-monkey/) to patch for latest Werkzeug and flask compatibility.

I include this in patch for `reqparser` here in my [restx-monkey](https://pypi.org/project/restx-monkey/) in 0.2.1+ version.

I fixed [flask-restx/flask_restx/reqparse.py](https://github.com/python-restx/flask-restx/blob/88497ced96674916403fa7829de693eaa3485a08/flask_restx/reqparse.py#L149) in my [restx-monkey](https://pypi.org/project/restx-monkey/) patches. I hope it will help you, feedback is welcome. :)

Hi unrest folk, because `flask-restx` is still not compatible with `werkzeug` I created small monkey patch https://github.com/Ryu-CZ/restx-monkey I am using it at work on company servers, so far so goo....

Hi, I created [restx-monkey](https://pypi.org/project/restx-monkey/) to patch most of the painful problems. I personally use it in my work place on production servers. I hope it will helps you. Feedback is...

I would personally consider usage and support of `pydantic` instead of `marshmallow` to make smoother transition to `fastapi` for user if `asyncio` framework is required.

I made a few patches for major issues, but tool the `flask-restx` is using to mock test `flask` compatibility are unfortunately also broken by transition to 3.0. So pull request...