Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 14, 2025

Bumps apache-airflow from 3.0.0 to 3.1.1.

Release notes

Sourced from apache-airflow's releases.

Airflow 3.1.1

📦 PyPI: https://pypi.org/project/apache-airflow/3.1.1/ 📚 Docs: https://airflow.apache.org/docs/apache-airflow/3.1.1/ 🛠️ Release Notes: https://airflow.apache.org/docs/apache-airflow/3.1.1/release_notes.html 🪶 Sources: https://airflow.apache.org/docs/apache-airflow/3.1.1/installation/installing-from-sources.html 🐳 Docker Image: "docker pull apache/airflow:3.1.1" 🚏 Constraints: https://github.com/apache/airflow/tree/constraints-3.1.1

Bug Fixes

  • Fix execution failures with NULL dag_run.conf during upgrades from earlier versions (#56729)
  • Fix memory leak in remote logging connection cache (#56695)
  • Fix DAG processor crash with pre-import module optimization enabled (#56779)
  • Fix scheduler crash with email notifications (#56431)
  • Fix scheduler crash during 3.0 to 3.1 migration when retry_delay is None (#56236)
  • Fix task retries executing wrong method after deferred state (#56737)
  • Fix retry callbacks not executing for externally killed tasks (#56607)
  • Fix custom timetable generate_run_id not called for manual triggers (#56699)
  • Fix KeyError when accessing retry_delay on MappedOperator without explicit value (#56605)
  • Fix task-sdk connection error handling to match airflow-core behavior (#56653)
  • Fix topological sort for Grid View (#56963)
  • Fix get_ti_count and get_task_states access in callback requests (#56860)
  • Fix Connection or Variable access in Server context (#56602)
  • Fix .airflowignore order precedence (#56832)
  • Fix migration errors for Pydantic 2.12.0 compatibility (#56581)
  • Fix: Correctly parse JSON for --dag_run_conf in airflow dags backfill CLI (#56599)
  • UI: Fix note modal does not change markdown text after change (#56092)
  • UI: Fix Grid for cleared runs when tasks were removed (#56297)
  • UI: Fix log text selection contrast in light mode (#56893)
  • UI: Fix Advanced Search button overlap in DAG List View (#56777)
  • UI: Fix view for many DAG tags (#55604)
  • UI: Fix asset name text overflow in DAGs list view (#55914)
  • UI: Fix auto refresh when only 1 dag run is running (#56649)
  • UI: Fix UI keeps poking pools API when no permission (#56626)
  • UI: Fix multi-line drag selection in task log view (#56300)
  • UI: Fix task named 'root' causes blue screen on hover (#56926)
  • UI: Fix cron expression display for Day-of-Month and Day-of-Week conflicts (#56255)
  • UI: Fix Grid view performance issues with SerializedDagModel query optimization (#56938)
  • Fix: Gracefully handle FastAPI plugins with empty url_prefix (#55262)
  • Fix: Allow mapped tasks to accept zero-length inputs on rerun (#56162)
  • Fix: Enable API to clear task instances by specifying map indexes (#56945)
  • Fix: Add max_retry_delay to MappedOperator model (#56951)
  • Fix: Use name passed to @asset decorator when fetching the asset (#56611)
  • UI: Add English as a fallback locale (#56934)

Miscellaneous

  • Add Greek UI translation (#56724)
  • Add Thai UI translation (#56946)
  • Add Polish translations (#56825)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [apache-airflow](https://github.com/apache/airflow) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/apache/airflow/releases)
- [Changelog](https://github.com/apache/airflow/blob/main/docker-stack-docs/changelog.rst)
- [Commits](apache/airflow@3.0.0...3.1.1)

---
updated-dependencies:
- dependency-name: apache-airflow
  dependency-version: 3.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants