This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-298c831112
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard bf6beaf2409 Bump the core-ui-package-updates group across 1 directory
with 12 updates
add 76371f15c66 Minor updates to the python client release guide (#58442)
add 59ed9945f41 Fix sorting in TR translation (#58460)
add 5f62e838e2f Move SDK callback definitions to a separate callback
module (#58177)
add e1c7e9021f7 Implement callback priority in trigger queue (#58176)
add cf1dcdbdc02 Close German translation gaps for full UI translation
2025-11-18 (#58448)
add 26464f8d360 Remove leftover reference to glob 10.4.5 (#58467)
add 42805e1ce51 CI: Upgrade important CI environment (#58455)
add dda9d61ed94 Fix release process for Python Client (#58447)
add ce9364e031d Manages cross-distribution dependencies better (#58430)
add fd3c5ce45ff Amend time-machine update in unit tests (#58454)
add 61b072d9164 Remove the limitation for sagemaker for Python 3.13
(#58388)
add 53b296363cf Skip check whether assets are compiled in PROD build from
sources (#58469)
add 9c0ae447ddc Use `before_sleep_log` in retries of Edge Worker (#58480)
add dbdefc1a6a8 Fix Asset URI normalization for user info without password
(#51877) (#57650)
add a3183ce8e69 fix: mypy error in dagbag.py (#58483)
add 5f7b74a3385 Update providers metadata 2025-11-19 (#58484)
add 823bc6fcbba Bump the core-ui-package-updates group across 1 directory
with 12 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 (bf6beaf2409)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-298c831112
(823bc6fcbba)
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/install-prek/action.yml | 2 +-
Dockerfile.ci | 2 +-
.../docs/installation/installing-from-pypi.rst | 5 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 184 +-
airflow-core/src/airflow/models/dagbag.py | 4 +-
airflow-core/src/airflow/models/trigger.py | 4 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 15 +-
.../airflow/ui/public/i18n/locales/de/assets.json | 4 +
.../airflow/ui/public/i18n/locales/de/common.json | 1 +
.../src/airflow/ui/public/i18n/locales/tr/dag.json | 2 +-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 2 +-
airflow-core/tests/unit/models/test_callback.py | 2 +-
airflow-core/tests/unit/models/test_dag.py | 3 +-
airflow-core/tests/unit/models/test_dagrun.py | 3 +-
airflow-core/tests/unit/models/test_deadline.py | 3 +-
airflow-core/tests/unit/models/test_trigger.py | 29 +-
.../docs/installation/installing-from-pypi.rst | 5 +-
.../13_airflow_dependencies_and_extras.rst | 275 ++-
dev/README_RELEASE_PYTHON_CLIENT.md | 109 +-
dev/breeze/doc/ci/02_images.md | 2 +-
dev/breeze/doc/images/output_prod-image_build.svg | 144 +-
dev/breeze/doc/images/output_prod-image_build.txt | 2 +-
.../output_release-management_prepare-tarball.svg | 4 +-
.../output_release-management_prepare-tarball.txt | 2 +-
dev/breeze/pyproject.toml | 2 +-
.../commands/production_image_commands.py | 35 +-
.../commands/production_image_commands_config.py | 1 +
.../commands/release_candidate_command.py | 5 +
.../commands/release_management_commands.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 1 +
.../src/airflow_breeze/utils/selective_checks.py | 159 ++
dev/breeze/tests/test_selective_checks.py | 166 ++
dev/breeze/uv.lock | 1878 ++++++++++----------
devel-common/pyproject.toml | 3 +-
generated/provider_metadata.json | 8 +
providers-summary-docs/installing-from-pypi.rst | 2 +-
providers/amazon/pyproject.toml | 9 +-
.../src/airflow/providers/edge3/cli/api_client.py | 4 +-
.../src/airflow/sdk/definitions/asset/__init__.py | 9 +-
.../sdk/definitions/{deadline.py => callback.py} | 170 +-
task-sdk/src/airflow/sdk/definitions/deadline.py | 142 +-
task-sdk/tests/task_sdk/definitions/test_asset.py | 15 +-
.../{test_deadline.py => test_callback.py} | 132 +-
.../tests/task_sdk/definitions/test_deadline.py | 220 +--
44 files changed, 1928 insertions(+), 1843 deletions(-)
copy task-sdk/src/airflow/sdk/definitions/{deadline.py => callback.py} (51%)
copy task-sdk/tests/task_sdk/definitions/{test_deadline.py =>
test_callback.py} (66%)