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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
