Skip to content

issues Search Results · repo:jmcarp/flask-apispec language:Python

Filter by

164 results
 (65 ms)

164 results

injmcarp/flask-apispec (press backspace or delete to remove)

There is an error raised when trying to use latest version 4 of marshmallow: ImportError: cannot import name is_instance_or_subclass from marshmallow.utils
  • decaz
  • Opened 
    6 days ago
  • #260

Summary When using openapi 3, the schema inside the responses should be inside a content, then application/json block (or other media type if not application/json). Openapi response object documentation ...
  • caarmen
  • Opened 
    on Nov 11, 2024
  • #258

Since https://github.com/marshmallow-code/marshmallow/issues/2227 and https://github.com/marshmallow-code/apispec/issues/878 were released there are deprecation warnings are raising across the project: ...
  • decaz
  • Opened 
    on Mar 5, 2024
  • #255

I am trying to define a simple resource with a sample response schema so as to display in the docs. I only have two attributes in the class and every time I am trying to run it I get: Traceback (most ...
  • sharokh23
  • Opened 
    on May 25, 2023
  • #253

I am trying to create a unit test for a DELETE endpoint. Here is simplified code: app = Flask(__name__) app.config.update({ TESTING : True, }) api = Api(app) api.add_resource(ObjectiveInterface, ...
  • starkgate
  • Opened 
    on Apr 18, 2023
  • #252

Flask-APISpec installs an npm package called swagger-ui-dist. It s found at .../site-packages/flask__apispec/static after a pip install of Flask-APISpec. The version of swagger-ui-dist is outdated and ...
  • EricThompson-PeopleReign
  • Opened 
    on Apr 14, 2023
  • #250

Less of an issue, more of a resource for people looking to do this because the docs don t clearly specify it. I am using a chain of flask plugins and it wasn t clear at which level to do it. Using: ...
  • yourbuddyconner
  • 2
  • Opened 
    on Jan 25, 2023
  • #248

I have upgraded my packages to: flask-2.2.2 injector-0.20.1 Flask-injector-0.14.1 apispec-6.0.2 flask-apispec-0.11.4 I m using Flask-apispec to auto-generate api documentation, and I m using injector ...
  • pratik261199
  • 1
  • Opened 
    on Jan 2, 2023
  • #246

The documentation page at https://flask-apispec.readthedocs.io/en/latest/ is very outdated. It indicates that the current version is 0.7.0 which was released in 2018. Since this is the first result on ...
  • mivade
  • Opened 
    on Dec 8, 2022
  • #245

Running Quickstart guide I got the following stack trace Traceback (most recent call last): File /Users/mac_user/Library/Application Support/JetBrains/PyCharm2022.2/scratches/api_spec_sample.py , line ...
  • khadkarajesh
  • Opened 
    on Oct 28, 2022
  • #243
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub