-
-
Notifications
You must be signed in to change notification settings - Fork 773
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
Connexion 2.0 release candidate: got an unexpected keyword argument 'resolver' #729
Comments
This functionality existed 'accidentally', as it was sneaking through I think it makes sense to be able to define a default resolver for the whole App though, so I'm happy to add that functionality explicitly. |
@kenneho this should be fixed in |
Sound great. I'm busy on another project at the moment, but will get back to you as soon I as get a chance to test the new rc. |
This is fixed in the 2.0 release. |
Description
I upgraded my Connexion project to use the Connexion 2.0 release candidate, and apparently the new version doesn't implement the
resolver
argument in theFlaskApp
constructor.This code work for Connexion < 2.0, but not for the Connexion 2.0 release candidate:
Expected behaviour
No syntax errors.
Actual behaviour
Steps to reproduce
pip install --pre connexion[swagger-ui]
Additional info:
Output of the commands:
python --version
: 3.7.0The text was updated successfully, but these errors were encountered: