Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
apache-airflow[google]==2.6.3
apache-airflow-providers-apache-beam==5.1.1
apache-airflow-providers-slack==7.3.2
apache-airflow-providers-http==4.4.2
apache-airflow-providers-http==6.0.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The requirements.txt file has been updated to apache-airflow-providers-http==6.0.0. However, the constraints.txt file (line 122) still specifies apache-airflow-providers-http==4.4.2. This discrepancy can lead to installation issues or unexpected behavior due to version mismatches. As indicated by the comment on line 1 of this file, please ensure that constraints.txt is also updated to reflect this change.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This pull request updates apache-airflow-providers-http from version 4.4.2 to 6.0.0. A major version bump often indicates breaking changes. Please ensure that the upgrade to v6.0.0 does not introduce any incompatibilities with the existing Airflow DAGs or other installed providers, especially since apache-airflow-providers-http might be an underlying dependency for other components like SlackWebhookOperator or BaseHook.