You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "erdos2n (via GitHub)" <gi...@apache.org> on 2023/02/17 16:33:44 UTC

[GitHub] [airflow] erdos2n opened a new issue, #29594: Update constraints file for 2.3.4

erdos2n opened a new issue, #29594:
URL: https://github.com/apache/airflow/issues/29594

   ### What do you see as an issue?
   
   Apache Airflow 2.3.4 constraints file uses
   
   ```
   apache-airflow-providers-amazon==5.0.0
   ```
   
   Which has a circular import error. The latest minor version of v5.x.x should be added instead.
   
   ```
   apache-airflow-providers-amazon==5.1.0
   ```
   
   ### Solving the problem
   
   Update the constraints.txt file
   
   ### Anything else
   
   No
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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.apache.org

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


[GitHub] [airflow] potiuk commented on issue #29594: Update constraints file for 2.3.4

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on issue #29594:
URL: https://github.com/apache/airflow/issues/29594#issuecomment-1434953333

   What do you mean by circular import  @erdos2n ? We almost never update constraints for past releases and I doubt we have a problem here with constraints otherwise we would have thousands of people screaming and our image would not have passed the tests.  Could you explain it please? 
   
   Converting it into discussion until then


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


[GitHub] [airflow] potiuk closed issue #29594: Update constraints file for 2.3.4

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk closed issue #29594: Update constraints file for 2.3.4
URL: https://github.com/apache/airflow/issues/29594


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