Satoshi-Sh commented on code in PR #37638:
URL: https://github.com/apache/airflow/pull/37638#discussion_r1504752066
##########
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:
@Taragolis
On the connexion v3 branch, the `/redoc` and `/api/v1/ui` didn't work. I
modified the code to let them work. I also removed swagger-ui-dist.
Can you have a look at [this
PR](https://github.com/sudiptob2/airflow/pull/8) Any feedback is appreciated.
--
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]