This is an automated email from the ASF dual-hosted git repository.
bugraoz pushed a change to branch dependabot/uv/dev/breeze/cryptography-46.0.5
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard c6d8a6558be Bump cryptography from 46.0.4 to 46.0.5 in /dev/breeze
add ef4941fe165 CI: Upgrade important CI environment (#61748)
add 752419dae9d Fix Google Provider Ray test fail in Python 3.13 (#61749)
add 9d7c3e7d9c7 Add asset event emission listener event (#61718)
add 490eb31ac32 Fix secrets masking in Rendered Templates for complex
objects (#61394)
add 3b11c6c619f Warn about AWS auth manager being in alpha stage in
identity-center (#61745)
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 (c6d8a6558be)
\
N -- N -- N
refs/heads/dependabot/uv/dev/breeze/cryptography-46.0.5 (3b11c6c619f)
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/actions/breeze/action.yml | 2 +-
.github/actions/install-prek/action.yml | 2 +-
.github/workflows/basic-tests.yml | 2 +-
.github/workflows/release_dockerhub_image.yml | 2 +-
Dockerfile | 2 +-
Dockerfile.ci | 4 +-
airflow-core/src/airflow/assets/manager.py | 32 ++++++++++---
airflow-core/src/airflow/listeners/spec/asset.py | 11 +++++
.../airflow/listeners/{spec/asset.py => types.py} | 29 ++++++------
.../tests/unit/listeners/asset_listener.py | 11 ++++-
.../tests/unit/listeners/test_asset_listener.py | 50 ++++++++++++++------
dev/breeze/doc/ci/02_images.md | 2 +-
.../commands/release_management_commands.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
dev/breeze/uv.lock | 54 +++++++++++-----------
.../docs/auth-manager/setup/identity-center.rst | 3 ++
providers/google/docs/index.rst | 2 +
providers/google/pyproject.toml | 6 ++-
pyproject.toml | 2 +-
scripts/tools/setup_breeze | 2 +-
.../src/airflow/sdk/execution_time/task_runner.py | 13 +++++-
.../task_sdk/execution_time/test_task_runner.py | 45 ++++++++++++++++++
22 files changed, 201 insertions(+), 79 deletions(-)
copy airflow-core/src/airflow/listeners/{spec/asset.py => types.py} (70%)