This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-7200bc900a
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard daf3b432cf0 Bump the edge-ui-package-updates group across 1 directory
with 17 updates
add 7de7b7afe7a Updates the go-sdk/Justfile for the changed package layout
(#58153)
add 803cba597ff Remove deprecation warning in common test utils (#58152)
add 801f0316a8a fix mypy errors in scheduler_job_runner.py (#58167)
add 8bfe744fe13 CI: Upgrade important CI environment (#58164)
add 3afad4d908d Patch pools should have an optional description (#58066)
add 805a4750411 Update UI to allow creation of DagRuns with partition key
(#58004)
add 2ccd348294f Bump boto3 from 1.40.68 to 1.40.69 in /dev/breeze (#58160)
add b77f7a74b61 Remove unnecessary list (#58141)
add 152e9a830eb RFC: Close italian gap airflow 3.1 (#58120)
add bbcb63b4156 Indent todo comment for IDE highlighting compatibility
(#58174)
add 8b358bd6c6e Fix CI upgrade script to not delete branch from origin
remote (#58163)
add bf38405bdd2 Upgrade email notifications to use SmtpNotifier (#57354)
add 48937a5348e Group upgrades of python dependencies (#58162)
add 51a38ce785b Bump the edge-ui-package-updates group across 1 directory
with 17 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 (daf3b432cf0)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-7200bc900a
(51a38ce785b)
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/dependabot.yml | 16 ++
.github/workflows/basic-tests.yml | 2 +-
.github/workflows/release_dockerhub_image.yml | 2 +-
Dockerfile | 2 +-
Dockerfile.ci | 2 +-
.../api_fastapi/core_api/datamodels/assets.py | 2 +
.../api_fastapi/core_api/datamodels/dag_run.py | 3 +
.../api_fastapi/core_api/datamodels/pools.py | 2 +-
.../core_api/openapi/v2-rest-api-generated.yaml | 22 ++-
.../api_fastapi/core_api/routes/public/assets.py | 1 +
.../api_fastapi/core_api/routes/public/dag_run.py | 1 +
.../execution_api/datamodels/asset_event.py | 1 +
.../execution_api/datamodels/taskinstance.py | 1 +
.../execution_api/routes/asset_events.py | 1 +
.../api_fastapi/execution_api/versions/__init__.py | 2 +
.../versions/{v2025_08_10.py => v2025_11_07.py} | 36 ++---
.../src/airflow/dag_processing/processor.py | 6 +-
.../src/airflow/jobs/scheduler_job_runner.py | 51 +++---
airflow-core/src/airflow/models/dagrun.py | 1 +
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 48 +++++-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 6 +-
.../airflow/ui/public/i18n/locales/en/common.json | 1 +
.../airflow/ui/public/i18n/locales/it/common.json | 15 +-
.../ui/public/i18n/locales/it/components.json | 8 +
.../src/airflow/ui/public/i18n/locales/it/dag.json | 2 +
.../airflow/ui/public/i18n/locales/it/hitl.json | 5 +
.../src/components/TriggerDag/TriggerDAGForm.tsx | 21 +++
.../ui/src/pages/Asset/CreateAssetEventModal.tsx | 24 ++-
.../src/airflow/ui/src/pages/Pools/PoolForm.tsx | 14 +-
.../src/airflow/ui/src/pages/Run/Header.tsx | 8 +
.../src/airflow/ui/src/queries/useEditPool.ts | 5 +-
.../src/airflow/ui/src/queries/useTrigger.ts | 1 +
.../core_api/routes/public/test_assets.py | 7 +
.../core_api/routes/public/test_connections.py | 4 +-
.../core_api/routes/public/test_dag_run.py | 5 +
.../core_api/routes/public/test_pools.py | 6 -
.../versions/head/test_asset_events.py | 17 ++
.../versions/head/test_task_instances.py | 1 +
.../versions/v2025_09_23/test_asset_events.py | 166 ++++++++++++++++++++
.../tests/unit/callbacks/test_callback_requests.py | 6 +
.../tests/unit/cli/commands/test_asset_command.py | 2 +
.../tests/unit/dag_processing/test_processor.py | 74 ++++++---
.../src/airflowctl/api/datamodels/generated.py | 4 +
dev/breeze/doc/ci/02_images.md | 2 +-
dev/breeze/pyproject.toml | 2 +-
.../src/airflow_breeze/commands/ci_commands.py | 5 -
.../commands/release_management_commands.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
dev/breeze/uv.lock | 172 +++++++++++----------
devel-common/pyproject.toml | 2 +-
.../tests_common/_internals/forbidden_warnings.py | 16 +-
devel-common/src/tests_common/pytest_plugin.py | 9 +-
go-sdk/Justfile | 4 +-
go-sdk/pkg/logging/server/server.go | 2 +-
.../airflow/providers/amazon/aws/utils/mixins.py | 2 +-
.../unit/amazon/aws/operators/test_appflow.py | 1 -
pyproject.toml | 2 +-
scripts/tools/setup_breeze | 2 +-
.../src/airflow/sdk/api/datamodels/_generated.py | 4 +-
.../src/airflow/sdk/execution_time/task_runner.py | 145 ++++++++---------
.../task_sdk/execution_time/test_supervisor.py | 1 +
.../task_sdk/execution_time/test_task_runner.py | 168 ++++++++++++++++++++
64 files changed, 854 insertions(+), 297 deletions(-)
copy
airflow-core/src/airflow/api_fastapi/execution_api/versions/{v2025_08_10.py =>
v2025_11_07.py} (53%)
create mode 100644
airflow-core/tests/unit/api_fastapi/execution_api/versions/v2025_09_23/test_asset_events.py