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]==3.2.1; python_version >= 3.10
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 dependency apache-airflow-providers-http is updated to 6.0.0 to address CVE-2025-69219, but the corresponding constraints.txt file has not been updated and still pins apache-airflow-providers-http==4.4.2 on line 122. As noted in the comment on line 1 of requirements.txt, the constraints file must be updated to match to ensure the correct version is installed when constraints are applied.