You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/18 03:52:22 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #20910: Switch to non-vendored latest connexion library

mik-laj commented on a change in pull request #20910:
URL: https://github.com/apache/airflow/pull/20910#discussion_r786397877



##########
File path: setup.cfg
##########
@@ -86,9 +85,8 @@ install_requires =
     blinker
     cached_property~=1.5;python_version<="3.7"
     cattrs~=1.1, !=1.7.*
-    # Required by vendored-in connexion
-    clickclick>=1.2
     colorlog>=4.0.2, <7.0
+    connexion[swagger-ui,flask]>=2.10.0

Review comment:
       `swagger-ui` is required for docs in WebUI.
   https://github.com/apache/airflow/blob/7e29506037fa543f5d9b438320db064cdb820c7b/airflow/www/extensions/init_appbuilder_links.py#L31-L36
   `flask` is required, because connexion supports two. framework: `aiohttp` and `flask`, so we need to decide.




-- 
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-unsubscribe@airflow.apache.org

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