This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/pip/trove-classifiers-2025.4.11.15
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 634eb8e16ff Bump trove-classifiers from 2025.3.19.19 to 2025.4.11.15
     add 22d4476ae97 Catch BrokenPipeError gracefully while servicing 
subprocess (#49128)
     add a8f4bfdf3f1 Remove @provide_session from Variable.set/update in models 
(#49107)
     add a4a6e2bc99c Decrease default value of `waiter_max_attempts` in 
`MwaaTriggerDagRunOperator` (#49136)
     add f671a10ef8e Prettifyed airflowctl outputs (#49061)
     add 9fcba3da080 Fix bug in Serialization of templated fields set at 
Runtime (#49144)
     add b563f1ba9a1 Rewrite data pipeline tutorial to no longer use deprecated 
PostgresOperator (#49147)
     add be3befa0efc Bump trove-classifiers in /airflow-core (#49134)
     add 891fb390f98 Bump trove-classifiers from 2025.3.19.19 to 2025.4.11.15

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (634eb8e16ff)
            \
             N -- N -- N   
refs/heads/dependabot/pip/trove-classifiers-2025.4.11.15 (891fb390f98)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 airflow-core/docs/img/tutorial-pipeline-1.png      | Bin 66411 -> 0 bytes
 airflow-core/docs/img/tutorial-pipeline-2.png      | Bin 137595 -> 0 bytes
 .../ui-dark/tutorial_pipeline_add_connection.png   | Bin 0 -> 109852 bytes
 .../img/ui-dark/tutorial_pipeline_dag_list.png     | Bin 0 -> 70666 bytes
 .../tutorial_pipeline_dag_overview_processed.png   | Bin 0 -> 107191 bytes
 .../ui-light/tutorial_pipeline_add_connection.png  | Bin 0 -> 114291 bytes
 .../img/ui-light/tutorial_pipeline_dag_list.png    | Bin 0 -> 70320 bytes
 .../tutorial_pipeline_dag_overview_processed.png   | Bin 0 -> 108052 bytes
 airflow-core/docs/tutorial/pipeline.rst            | 204 ++++++++++++---------
 airflow-core/pyproject.toml                        |   2 +-
 airflow-core/src/airflow/dag_processing/manager.py |   7 +-
 .../airflow/example_dags/example_bash_decorator.py |   2 +-
 airflow-core/src/airflow/models/variable.py        |  86 ++++++---
 airflow-ctl/src/airflowctl/ctl/cli_config.py       |   6 +-
 docs/spelling_wordlist.txt                         |   1 +
 .../airflow/providers/amazon/aws/operators/mwaa.py |   2 +-
 .../airflow/providers/amazon/aws/waiters/mwaa.json |   2 +-
 .../src/airflow/sdk/execution_time/supervisor.py   |   7 +-
 .../src/airflow/sdk/execution_time/task_runner.py  |   4 +-
 .../task_sdk/execution_time/test_task_runner.py    |  16 +-
 20 files changed, 217 insertions(+), 122 deletions(-)
 delete mode 100644 airflow-core/docs/img/tutorial-pipeline-1.png
 delete mode 100644 airflow-core/docs/img/tutorial-pipeline-2.png
 create mode 100644 
airflow-core/docs/img/ui-dark/tutorial_pipeline_add_connection.png
 create mode 100644 airflow-core/docs/img/ui-dark/tutorial_pipeline_dag_list.png
 create mode 100644 
airflow-core/docs/img/ui-dark/tutorial_pipeline_dag_overview_processed.png
 create mode 100644 
airflow-core/docs/img/ui-light/tutorial_pipeline_add_connection.png
 create mode 100644 
airflow-core/docs/img/ui-light/tutorial_pipeline_dag_list.png
 create mode 100644 
airflow-core/docs/img/ui-light/tutorial_pipeline_dag_overview_processed.png

Reply via email to