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

github-bot pushed a change to branch dependabot/uv/dev/breeze/boto3-1.40.69
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 3fc43ab51ae Bump boto3 from 1.40.68 to 1.40.69 in /dev/breeze
     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 79d152cdff0 Bump boto3 from 1.40.68 to 1.40.69 in /dev/breeze

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   (3fc43ab51ae)
            \
             N -- N -- N   refs/heads/dependabot/uv/dev/breeze/boto3-1.40.69 
(79d152cdff0)

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                                      |   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/jobs/scheduler_job_runner.py       |  39 +++--
 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 +
 .../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    |   9 ++
 .../src/airflowctl/api/datamodels/generated.py     |   4 +
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../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 +-
 .../unit/amazon/aws/operators/test_appflow.py      |   1 -
 pyproject.toml                                     |   2 +-
 scripts/tools/setup_breeze                         |   2 +-
 .../src/airflow/sdk/api/datamodels/_generated.py   |   4 +-
 .../task_sdk/execution_time/test_supervisor.py     |   1 +
 52 files changed, 528 insertions(+), 168 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

Reply via email to