RobbeSneyders commented on issue #35234:
URL: https://github.com/apache/airflow/issues/35234#issuecomment-1801857315

   I assume that what is urgent, is not blocking the migration path to 
Connexion 3 in the future, by now releasing the auth managers with an interface 
that expects them to return a `connexion.FlaskApi`.
   
   If upgrading to Connexion 3 before that release is not an option, the best 
way around this from my perspective is to have the auth managers return 
something that can work with both Connexion 2 and Connexion 3.
   
   > - Let the function return the specification and any kwargs to override.
   >   - You could provide a similar class yourself, possibly with only limited 
options that you want the function to be able to override. This way you're not 
exposing anything Connexion-specific to the function.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to