Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flasgger does not work because the uiversion is loaded as a string #614

Open
tamarmot opened this issue Mar 29, 2024 · 0 comments
Open

Flasgger does not work because the uiversion is loaded as a string #614

tamarmot opened this issue Mar 29, 2024 · 0 comments

Comments

@tamarmot
Copy link

Using version 3.0.2 of Flask on with python 3.8.10, Flasgger version 0.9.7.1, I get an error when trying to launch my flask application with Flasgger, in that in base.py flasgger is attempting to see if uiversion < 3. However uiversion is a string, and cannot be cast to an int in the flask app config because the flask app config requires strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant