Peter Doggart
Peter Doggart
Good spot, will make sure this gets updated along with the flask 3.0 support things.
@funsim @emily-coffin This should be fixed on v1.3.0 which was released today. Please let me know if it is not. :)
Have you tried specifying the decorators for class-based views as detailed here?: https://flask-limiter.readthedocs.io/en/stable/recipes.html#rate-limiting-class-based-views
@davidjb99 Thanks for your feedback. In terms of better support for OpenAPI generation, what would you like to see going forwards? Obviously, support for OpenAPI v3 has been suggested for...
@PanderMusubi Fixed that now. I must have forgotten to do it. It's the only part of the release pipeline that isn't automated by github actions currently.
@rlleshi Yes, but mostly only for maintenance (keeping up with flask releases etc) currently due to time constraints and the fact that a lot of the project is stable. Reviewing...
Having a look at the `swagger.json` that gets generated by your example, the error is caused by the fact that when using `fields.Raw` the default data type is `object` and...
The latest versions of flask-restx require python >= 3.8 (and although it may still work, only officially supports flask >= 2.0.0). All python versions previous to 3.8 are now end...
Thanks for the heads-up. Will likely have to fix `jsonscheme==4.17.3` until I can investigate the changes required to move to the new package.
Yes, it will be. I just haven't had an opportunity to dig into it yet. The primary issue is that flask-restx generates swagger 2.0 type docs that require JSON types...