-
Notifications
You must be signed in to change notification settings - Fork 26
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
Upgrade to connexion 3.0+ #1370
Comments
I spent an hour looking into this yesterday. It looks like a rabbit hole. I didn't manage to green up |
1. Easy: Fix
|
2. Easy:
|
3. Easy:
|
4. Unsure if I got the right fix:
|
5. Couldn't fix it:
|
In #1369 I pinned connexion < 3.0 because it causes test failures. It turns out that connexion 3.0 is a major re-write of the library:
https://connexion.readthedocs.io/en/latest/v3.html
I didn't have time to figure out how to upgrade, so just added a pin for now. Note I didn't look into it at all, so upgrading could be quite easy, I'm not sure.
The text was updated successfully, but these errors were encountered: