flask-openapi3 icon indicating copy to clipboard operation
flask-openapi3 copied to clipboard

Generate REST API and OpenAPI documentation for your Flask project.

Results 25 flask-openapi3 issues
Sort by recently updated
recently updated
newest added

Environment: - Python version: 3.12.3 - Operating system: Ubuntu 24.04 - Flask version: 3.0.3 - flask-openapi3 version: 4.0.0 Since version 4.0.0, aliases no longer work for forms. This is a...

bug

Environment: - Python version: 3.12.3 - Operating system: Ubuntu 24.04 - Flask version: 3.0.3 - flask-openapi3 version: 4.0.0 Similar to #182, this also regressed in 2f33e859b9fa8a6b0114b0ae850cb4b1fda1e4c6. Example: ```python class TupleModel(BaseModel):...

bug

hello,i have a question. I don't want to display the default error model,Or can I display all the responses from our project? How should I configure that? I only can...

Environment: - Python version: 3.12.3 - Operating system: Ubuntu - Flask version: 2.3.3 - flask-openapi3 version: 3.1.3 ## Warning If I define a model setting `Field.example` (not defined in pydantic):...

bug

It would be great if this extension would support [Quart](https://github.com/pallets/quart) (maybe it already does?), which is flask rebuilt with native async support.