This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/uv/dev/breeze/uv-dependency-updates-bd98f747cd
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard d64e0583848 Bump the uv-dependency-updates group across 1 directory
with 2 updates
add 24c00690ab1 Add vatsrahul1001 to the release-constraints workflow
allowlist (#71152)
add dd1f84ab203 Respect retries when a deferrable trigger ends a task with
TaskFailedEvent (#69821)
add fb459dec507 Keep not-ready providers out of the all extra (#71165)
add 4091ccf786b Add support for pandas 3 based xcoms in airflow (#71103)
add e69c1881b32 Refresh the image registry cache in a workflow that cannot
be cancelled (#71171)
add 2b7a0be359c Fail task instances whose stored next_kwargs cannot be
processed (#70685)
add 5af8d6b899e Allow opentelemetry-semantic-conventions pre-release in
constraints resolution (#71177)
add 1b246e8c1eb Complete the Traditional Chinese UI translations (#71019)
add 22ab0dc7dc4 Fix snowflake provider installs picking an unimportable
pyOpenSSL (#71145)
add 2d0ec09fe45 Fix some docs and test gaps following up multi team secret
refusal (#71106)
add 20f6aa09fca Fix ambiguous git refspec when pushing release-candidate
constraints (#71181)
add 2e0b22a2f9e Align Dag Runs docs with Airflow 3 trigger timetable
defaults (#70167)
add 448c1511ad2 Keep task log text selection alive while scrolling (#71148)
add 7b0eae51e0a Add BaseDeadlineReference and deadline_reference to the
SDK public interface (#70706)
add 5ead3bbc575 remove gropus claim from access tokens in the Keycloak
client created by KeycloakAuthManager cli (#71093)
add 52133f167b0 Allow opting out of forwarding Dag-level parameters in
DatabricksRunNowOperator (#70130)
add dc0e0bb084d Add on_kill() to DatabricksTaskBaseOperator to cancel runs
on task kill (#69442)
add b2a195a4a2a Add more provider module categories to the provider page
(#70190)
add 55b35f739c5 Prepare providers release 2026-08-06 (#71219)
add 43384c7d8bc Show which LLM providers each Common AI connection type
reaches (#70497)
add f6c19e476db Stop Dependabot from raising Go SDK PRs against v3-3-test
(#71223)
add 3b01f3f605d Bump the uv-dependency-updates group across 1 directory
with 2 updates
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 (d64e0583848)
\
N -- N -- N
refs/heads/dependabot/uv/dev/breeze/uv-dependency-updates-bd98f747cd
(3b01f3f605d)
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:
.github/dependabot.yml | 34 ++-
.github/workflows/additional-ci-image-checks.yml | 73 +------
.github/workflows/ci-amd.yml | 7 -
.github/workflows/ci-arm.yml | 7 -
.github/workflows/refresh-constraints.yml | 72 +++++++
.github/workflows/refresh-image-registry-cache.yml | 145 +++++++++++++
.github/workflows/release-constraints.yml | 7 +-
.github/workflows/update-constraints-on-push.yml | 18 +-
airflow-core/docs/core-concepts/dag-run.rst | 98 ++++++---
airflow-core/docs/howto/deadline-alerts.rst | 3 +-
airflow-core/newsfragments/69821.bugfix.rst | 1 +
airflow-core/newsfragments/71103.significant.rst | 33 +++
.../src/airflow/jobs/scheduler_job_runner.py | 21 +-
airflow-core/src/airflow/models/trigger.py | 158 ++++++++++++--
airflow-core/src/airflow/provider.yaml.schema.json | 8 +
.../ui/public/i18n/locales/zh-TW/assets.json | 5 +-
.../ui/public/i18n/locales/zh-TW/common.json | 4 +
.../ui/public/i18n/locales/zh-TW/components.json | 15 +-
.../airflow/ui/public/i18n/locales/zh-TW/dag.json | 8 +-
.../airflow/ui/public/i18n/locales/zh-TW/dags.json | 4 +-
.../ui/src/pages/TaskInstance/Logs/Logs.test.tsx | 93 +++++++-
.../src/pages/TaskInstance/Logs/TaskLogContent.tsx | 23 +-
.../pages/TaskInstance/Logs/logSelection.test.ts | 147 +++++++++++++
.../ui/src/pages/TaskInstance/Logs/logSelection.ts | 73 +++++++
airflow-core/tests/unit/jobs/test_scheduler_job.py | 52 +++++
airflow-core/tests/unit/models/test_trigger.py | 143 +++++++++++-
.../23_provider_hook_migration_to_yaml.rst | 26 +++
dev/MANUALLY_BUILDING_IMAGES.md | 6 +-
...UALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md | 78 ++++---
dev/breeze/tests/test_selective_checks.py | 21 ++
dev/registry/extract_metadata.py | 6 +-
dev/registry/extract_parameters.py | 101 ++++++---
dev/registry/extract_versions.py | 74 ++++++-
dev/registry/registry_contract_models.py | 1 +
dev/registry/registry_tools/types.py | 69 ++++++
dev/registry/tests/test_extract_metadata.py | 56 +++++
dev/registry/tests/test_extract_parameters.py | 99 +++++++++
dev/registry/tests/test_extract_versions.py | 161 ++++++++++++++
.../tests/test_registry_contract_models.py | 19 ++
dev/registry/tests/test_types.py | 26 +++
providers/.last_release_date.txt | 2 +-
providers/amazon/README.rst | 8 +-
providers/amazon/docs/changelog.rst | 6 +-
.../amazon/aws/secrets/test_systems_manager.py | 14 +-
.../unit/amazon/aws/transfers/test_sql_to_s3.py | 10 +-
providers/apache/hdfs/docs/changelog.rst | 3 +-
providers/apache/hive/docs/changelog.rst | 3 +-
providers/apache/spark/docs/changelog.rst | 1 +
providers/clickhousedb/README.rst | 6 +-
providers/clickhousedb/docs/changelog.rst | 15 --
providers/clickhousedb/docs/index.rst | 6 +-
providers/clickhousedb/provider.yaml | 1 -
providers/clickhousedb/pyproject.toml | 6 +-
.../src/airflow/providers/clickhousedb/__init__.py | 2 +-
providers/common/ai/docs/changelog.rst | 2 +
providers/common/ai/provider.yaml | 28 +++
.../providers/common/ai/get_provider_info.py | 24 +++
providers/common/sql/README.rst | 8 +-
providers/common/sql/docs/changelog.rst | 3 +-
providers/databricks/docs/changelog.rst | 3 +-
providers/databricks/docs/operators/run_now.rst | 9 +-
.../providers/databricks/operators/databricks.py | 52 ++++-
.../unit/databricks/operators/test_databricks.py | 122 ++++++++++-
providers/edge3/docs/changelog.rst | 1 +
providers/exasol/docs/changelog.rst | 3 +-
providers/fab/docs/changelog.rst | 1 +
providers/git/docs/changelog.rst | 5 +
providers/google/docs/changelog.rst | 5 +-
.../google-cloud-secret-manager-backend.rst | 8 +-
.../keycloak/auth_manager/cli/commands.py | 2 +-
providers/microsoft/azure/docs/changelog.rst | 2 +
.../unit/microsoft/azure/secrets/test_key_vault.py | 4 +
providers/opensearch/README.rst | 6 +-
providers/opensearch/docs/changelog.rst | 7 +-
providers/opensearch/docs/index.rst | 6 +-
providers/opensearch/provider.yaml | 4 +-
providers/opensearch/pyproject.toml | 6 +-
.../src/airflow/providers/opensearch/__init__.py | 2 +-
providers/papermill/docs/changelog.rst | 3 +-
providers/postgres/README.rst | 8 +-
providers/postgres/docs/changelog.rst | 3 +-
providers/presto/docs/changelog.rst | 3 +-
providers/salesforce/docs/changelog.rst | 4 +-
.../tests/unit/salesforce/hooks/test_salesforce.py | 9 +-
providers/snowflake/README.rst | 1 +
providers/snowflake/docs/changelog.rst | 4 +-
providers/snowflake/docs/index.rst | 1 +
providers/snowflake/pyproject.toml | 4 +
providers/trino/docs/changelog.rst | 3 +-
providers/weaviate/docs/changelog.rst | 3 +-
providers/yandex/docs/changelog.rst | 1 +
pyproject.toml | 8 -
registry/.eleventy.js | 22 ++
registry/src/_data/types.json | 30 +++
registry/src/css/main.css | 239 +++++++++++++++++++++
registry/src/css/tokens.css | 6 +
registry/src/js/provider-detail.js | 47 +++-
registry/src/js/search.js | 8 +-
registry/src/provider-version.njk | 55 ++++-
scripts/ci/prek/common_prek_utils.py | 17 +-
scripts/ci/prek/update_airflow_pyproject_toml.py | 20 +-
scripts/in_container/run_generate_constraints.py | 11 +
task-sdk/docs/api.rst | 4 +
task-sdk/src/airflow/sdk/__init__.py | 11 +-
task-sdk/src/airflow/sdk/definitions/deadline.py | 6 +-
.../src/airflow/sdk/serde/serializers/pandas.py | 4 +
task-sdk/tests/task_sdk/serde/test_serializers.py | 29 ++-
uv.lock | 16 +-
108 files changed, 2589 insertions(+), 382 deletions(-)
create mode 100644 .github/workflows/refresh-constraints.yml
create mode 100644 .github/workflows/refresh-image-registry-cache.yml
create mode 100644 airflow-core/newsfragments/69821.bugfix.rst
create mode 100644 airflow-core/newsfragments/71103.significant.rst
create mode 100644
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/logSelection.test.ts
create mode 100644
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/logSelection.ts