Skip to content

Conversation

@pankajastro
Copy link
Contributor

Unpin Airflow to satisfy GitHub Security tab requirements

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@tatiana / @pankajkoti, do you know if you use this requirements.txt?

Copy link
Contributor

@pankajkoti pankajkoti Nov 27, 2025

Choose a reason for hiding this comment

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

@pankajastro pankajastro marked this pull request as ready for review November 27, 2025 08:24
Copilot AI review requested due to automatic review settings November 27, 2025 08:24
Copilot finished reviewing on behalf of pankajastro November 27, 2025 08:25
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR unpins the Apache Airflow version in the documentation requirements file to address GitHub Security tab requirements. The change removes the specific version pin (apache-airflow==2.10) in favor of allowing any version to be installed during documentation builds.

  • Removes the version constraint from apache-airflow==2.10 to apache-airflow in docs requirements
  • Aligns with previous security fix mentioned in CHANGELOG (not pinning Airflow 2.10.0)
  • Affects only documentation build dependencies, not runtime dependencies

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

deprecation
msgpack
apache-airflow==2.10
apache-airflow>=2.6.0
Copy link
Contributor

Choose a reason for hiding this comment

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

So previously, I guess this was deliberately pinned to 2.10 in 9adc29b via PR #2064

Were we able to confirm that if Airflow 3 gets installed the job will not fail anymore due to the structlog issue that surfaced earlier?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point. I'll test it before merging.

@codecov
Copy link

codecov bot commented Nov 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.81%. Comparing base (9204a26) to head (109d5a1).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2171   +/-   ##
=======================================
  Coverage   97.81%   97.81%           
=======================================
  Files          93       93           
  Lines        6009     6009           
=======================================
  Hits         5878     5878           
  Misses        131      131           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pankajastro pankajastro marked this pull request as draft November 27, 2025 11:46
Copy link
Contributor

@pankajkoti pankajkoti left a comment

Choose a reason for hiding this comment

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

Happy to merge once #2171 (comment) is tested out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants