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

build: add support for Connexion 3+ #188

Open
uniqueg opened this issue Dec 2, 2023 · 0 comments · May be fixed by #204
Open

build: add support for Connexion 3+ #188

uniqueg opened this issue Dec 2, 2023 · 0 comments · May be fixed by #204
Assignees
Labels
priority: medium Medium priority type: maintenance Related to general repository maintenance workload: days Likely takes days to resolve
Milestone

Comments

@uniqueg
Copy link
Member

uniqueg commented Dec 2, 2023

Problem

To ensure that FOCA will be able to benefit from security and feature updates of the archetype's core dependencies, sooner or later it will be necessary to upgrade to Connexion 3, especially because Connexion 2 is (and likely won't be) compatible with Flask 3 and Werkzeug 3. Moreover, issues #81 and #209 will be much easier to address after the migration.

Unfortunatley, the migration will not be a piece of cake:

Connexion 3 fundamentally changes how Connexion is designed and implemented, and how it fits into the wider Python API ecosystem. We adopted the ASGI interface, which makes Connexion both modular and well-integrated with most modern Python API tooling.

@uniqueg uniqueg added priority: medium Medium priority type: maintenance Related to general repository maintenance workload: days Likely takes days to resolve labels Dec 2, 2023
@uniqueg uniqueg added this to the v1.0.0 milestone Dec 2, 2023
@Rahuljagwani Rahuljagwani linked a pull request Feb 16, 2024 that will close this issue
1 task
@uniqueg uniqueg assigned uniqueg and unassigned alohamora May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium Medium priority type: maintenance Related to general repository maintenance workload: days Likely takes days to resolve
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants