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

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


    omit bd7d3af6bcb Bump trove-classifiers from 2025.9.9.12 to 2025.9.11.17 in 
/airflow-core
     add 2de2687e101 Move the KubernetesPodOperator 
'convert_config_file_to_dict' call (#55064)
     add 17810a69a73 Fix dataflow java streaming infinite run (#55209)
     add d62f992b167 disable links for beam provider operators using  runner 
(#55248)
     add 87b279b301c Update executor loader cache (#55469)
     add 07dd277985f Fix Grid cache invalidation for multi-run task operations 
(#55504)
     add 11f8cc3de95 Fix trigger job log tests (#55563)
     add 4b407ea20ae Add conversion to timedelta type for self.timeout value 
for CloudComposerDAGRunSensor (#55570)
     add 19ab8780a3c Add Async support for SMTP Notifier (#55308)
     add 8844d39ad8a Fix gantt chart rendering issues (#55554)
     add 800db4f862d Bump axios (#55552)
     add feff9291eb4 Fix fab tests to block broken dependency (#55592)
     add b2dc00e5b02 Bump trove-classifiers from 2025.9.9.12 to 2025.9.11.17 in 
/airflow-core

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   (bd7d3af6bcb)
            \
             N -- N -- N   
refs/heads/dependabot/pip/airflow-core/trove-classifiers-2025.9.11.17 
(b2dc00e5b02)

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:
 .../auth/managers/simple/ui/package-lock.json      |   8 +-
 .../auth/managers/simple/ui/package.json           |   2 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         | 110 ++--
 .../src/airflow/executors/executor_loader.py       |  63 ++-
 .../airflow/ui/src/layouts/Details/Gantt/utils.ts  |  22 +-
 .../ui/src/queries/useClearTaskInstances.ts        |   9 +-
 .../airflow/ui/src/queries/usePatchTaskInstance.ts |  19 +-
 airflow-core/tests/integration/otel/test_otel.py   |   4 +-
 .../tests/unit/executors/test_executor_loader.py   | 165 ++++++
 airflow-core/tests/unit/jobs/test_triggerer_job.py |  15 +-
 .../src/tests_common/test_utils/executor_loader.py |  15 +-
 .../providers/apache/beam/operators/beam.py        |  17 +
 .../tests/unit/apache/beam/operators/test_beam.py  |  51 ++
 .../providers/cncf/kubernetes/operators/pod.py     |   2 +-
 .../unit/cncf/kubernetes/operators/test_pod.py     |   4 +
 providers/fab/pyproject.toml                       |   4 +
 .../google/cloud/sensors/cloud_composer.py         |   2 +-
 .../dataflow/example_dataflow_java_streaming.py    |   8 +-
 .../providers/slack/notifications/slack_webhook.py |   7 +-
 providers/smtp/pyproject.toml                      |   1 +
 .../smtp/src/airflow/providers/smtp/hooks/smtp.py  | 322 +++++++++--
 .../airflow/providers/smtp/notifications/smtp.py   | 101 ++--
 providers/smtp/tests/unit/smtp/hooks/test_smtp.py  | 604 ++++++++++++++-------
 .../tests/unit/smtp/notifications/test_smtp.py     | 352 ++++++++----
 24 files changed, 1407 insertions(+), 500 deletions(-)

Reply via email to