-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
2.7.X should add dep constraint: "connexion<3" #35217
Labels
area:core
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
Comments
Kache
added
area:core
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
labels
Oct 27, 2023
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
potiuk
pushed a commit
to Kache/airflow
that referenced
this issue
Oct 28, 2023
otherwise, breakage at import: airflow/www/extensions/init_views.py Fix: apache/issues/35217
potiuk
added a commit
that referenced
this issue
Oct 28, 2023
* Add connexion<3.0 upper bound otherwise, breakage at import: airflow/www/extensions/init_views.py Fix: /issues/35217 * Update setup.cfg * Update setup.cfg --------- Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
potiuk
pushed a commit
that referenced
this issue
Oct 29, 2023
* Add connexion<3.0 upper bound otherwise, breakage at import: airflow/www/extensions/init_views.py Fix: /issues/35217 * Update setup.cfg * Update setup.cfg --------- Co-authored-by: Jarek Potiuk <jarek@potiuk.com> (cherry picked from commit f592b2c)
ahidalgob
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
May 15, 2024
* Add connexion<3.0 upper bound otherwise, breakage at import: airflow/www/extensions/init_views.py Fix: apache/airflow/issues/35217 * Update setup.cfg * Update setup.cfg --------- Co-authored-by: Jarek Potiuk <jarek@potiuk.com> (cherry picked from commit f592b2c40bd23a7bb1e3b471e47c5d1968f70a45) GitOrigin-RevId: e30fd42e8700700f6f3e5bd7c20736eb4bf52f2d
kosteev
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Jul 18, 2024
* Add connexion<3.0 upper bound otherwise, breakage at import: airflow/www/extensions/init_views.py Fix: apache/airflow/issues/35217 * Update setup.cfg * Update setup.cfg --------- Co-authored-by: Jarek Potiuk <jarek@potiuk.com> GitOrigin-RevId: f592b2c40bd23a7bb1e3b471e47c5d1968f70a45
kosteev
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Sep 20, 2024
* Add connexion<3.0 upper bound otherwise, breakage at import: airflow/www/extensions/init_views.py Fix: apache/airflow/issues/35217 * Update setup.cfg * Update setup.cfg --------- Co-authored-by: Jarek Potiuk <jarek@potiuk.com> GitOrigin-RevId: f592b2c40bd23a7bb1e3b471e47c5d1968f70a45
kosteev
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Nov 8, 2024
* Add connexion<3.0 upper bound otherwise, breakage at import: airflow/www/extensions/init_views.py Fix: apache/airflow/issues/35217 * Update setup.cfg * Update setup.cfg --------- Co-authored-by: Jarek Potiuk <jarek@potiuk.com> GitOrigin-RevId: f592b2c40bd23a7bb1e3b471e47c5d1968f70a45
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:core
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
Apache Airflow version
2.7.2
What happened
Dep declared at: https://github.com/apache/airflow/blob/2.7.2/setup.cfg#L81
When using
connexion==3.0.0a7
:What you think should happen instead
Have upper bound constraint
or add dynamic branches that support connexion v3 (j/k)
How to reproduce
start up airflow with
connexion==3.0.0a7
Operating System
Debian GNU/Linux 12 (bookworm)
Versions of Apache Airflow Providers
No response
Deployment
Docker-Compose
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: