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

dependabot[bot] pushed a change to branch dependabot/uv/cryptography-50.0.0
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit c639f642afa Bump cryptography from 49.0.0 to 50.0.0
     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 5b4ed998cf7 Bump cryptography from 49.0.0 to 50.0.0

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   (c639f642afa)
            \
             N -- N -- N   refs/heads/dependabot/uv/cryptography-50.0.0 
(5b4ed998cf7)

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/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 +++++++++++++---
 .../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 +++++++++++++-
 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_parameters.py                 | 101 ++++++----
 dev/registry/extract_versions.py                   |  73 +++++++-
 dev/registry/registry_tools/types.py               |  69 +++++++
 dev/registry/tests/test_extract_parameters.py      |  99 ++++++++++
 dev/registry/tests/test_extract_versions.py        | 121 ++++++++++++
 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/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                          | 205 +++++++++++++++++++++
 registry/src/css/tokens.css                        |   6 +
 registry/src/js/provider-detail.js                 |  47 ++++-
 registry/src/js/search.js                          |   8 +-
 registry/src/provider-version.njk                  |  31 +++-
 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                                            |  78 ++++----
 99 files changed, 2343 insertions(+), 389 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

Reply via email to