-
-
Notifications
You must be signed in to change notification settings - Fork 765
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
Support for flask 2.x? #1420
Comments
Hi @alanbchristie , this was also reported in #1401 and addressed in #1402 . @hjacobs Can we release a new patch version for this? |
Thanks - moving back to flask |
Hi, is the fix ready for this? I am using Flask 2.0 for the new async feature but am unable to integrate with connexion because of the dependency conflict. |
Seems like installing connexion 2.7 is work around for now, it doesn't have the conflict with flask 2.x |
Hi guys, any ideas when support of flask 2.x might be released? As I can see at least dependency requirements updates are already in main branch. |
Is there any movement on a new release please? I can't update my dependencies because the latest release doesn't support Flask v2. We currently have to pin Connexion to v2.7.0. |
Hi all, sorry for the delay. We're depending on Zalando maintainers to release a new version to PyPi, but they've been unavailable for a while. I've released version 2.10.0 with this change and uploaded it to a new PyPi project for now. You can find the release here. |
Worrying. If connexion development is effectively dead is it time to fork the repo and create a new "official" connexion2? |
We are also using connexion and we get
Please update as soon as possible if there is going to be a change that we can update also other packages !! |
@alanbchristie We are currently only dependent for PyPi access. We released the |
Would you please provide a link to connexion2 and how to use it? |
Initial build seems to work, so thanks for the new For others, the flask-related requirements for my tests (using Python 3.10.0) are: -
|
Release 2.10.0 which fixes this issue is now also available under the main connexion PyPi repository. |
Description
We have been using connexion
2.7.0
and flask2.0.1
but recently encountered aExtra formData parameter(s) annotations not in spec
fault. This appears to be fixed by #1374 as the fault does not occur when we use connexion2.8.0
or2.9.0
. Annoyingly there's a new dependency restriction with connexion 2.8 (and 2.9) that explicitly rejects the use of Flask 2.Is there a plan to support flask 2?
Expected behaviour
pip install -r requirements.txt
to pass when using connexion and flask 2.0.1Actual behaviour
Does not support flask 2, with this error: -
Steps to reproduce
Use these requirements: -
Additional info:
Output of the commands:
python --version
pip show connexion | grep "^Version\:"
The text was updated successfully, but these errors were encountered: