potiuk commented on code in PR #35218:
URL: https://github.com/apache/airflow/pull/35218#discussion_r1374990776


##########
setup.cfg:
##########
@@ -79,7 +79,7 @@ install_requires =
     # Update CustomTTYColoredFormatter to remove
     colorlog>=4.0.2, <5.0
     configupdater>=3.1.1
-    connexion[flask]>=2.10.0
+    connexion[flask]>=2.10.0,<3.0

Review Comment:
   Yes. We need an explanation for that. Generally you should use constraints 
where you install airflow from scratch to achieve reproducible builds 
https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html
  - so lack of "upper-binding" is EXPECTED in most dependencies. We need to 
have a good reason and explanation to upper-bind it.



-- 
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