Satoshi-Sh commented on code in PR #37638:
URL: https://github.com/apache/airflow/pull/37638#discussion_r1503078047


##########
pyproject.toml:
##########
@@ -83,7 +83,7 @@ dependencies = [
     # The usage was added in #30596, seemingly only to override and improve 
the default error message.
     # Either revert that change or find another way, preferably without using 
connexion internals.
     # This limit can be removed after 
https://github.com/apache/airflow/issues/35234 is fixed
-    "connexion[flask]>=2.10.0,<3.0",
+    "connexion[flask,uvicorn,swagger-ui]>=3.0",

Review Comment:
   Thanks for the feedback. 
   
   I believe this is related to "Properly setup bundled swagger-ui in Connexion 
#36975". 
   When I opened the swagger page on this branch, I got the response `{"type": 
"about:blank", "title": "Not Found", "detail": "The requested URL was not found 
on the server. If you entered the URL manually please check your spelling and 
try again.", "status": 404}`
   
   We will make task 4 about this and will work on it later.  



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to