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

github-bot pushed a change to branch dependabot/uv/joserfc-1.6.3
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 9889c5cabc6 chore(deps): bump joserfc from 1.5.0 to 1.6.3
     add 677e53436ce Fix AwsBaseWaiterTrigger losing error details on deferred 
task failure (#64085)
     add 536101b12e4 Allow gray, black, and white color tokens in 
AIRFLOW__API__THEME (#64232)
     add a5fc6385833 Invalidate queries on dag run add/delete (#64269)
     add abfda18a461 Add 4-day cooldown for uv dependency resolution (#64249)
     add 0bfa1139747 chore(deps): bump joserfc from 1.5.0 to 1.6.3

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   (9889c5cabc6)
            \
             N -- N -- N   refs/heads/dependabot/uv/joserfc-1.6.3 (0bfa1139747)

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            |    4 +-
 .github/workflows/basic-tests.yml                  |    2 +-
 .github/workflows/ci-amd-arm.yml                   |    2 +-
 .github/workflows/release_dockerhub_image.yml      |    2 +-
 Dockerfile                                         |    2 +-
 Dockerfile.ci                                      |    4 +-
 airflow-core/docs/howto/customize-ui.rst           |   45 +-
 airflow-core/newsfragments/64232.feature.rst       |    1 +
 airflow-core/pyproject.toml                        |    2 +-
 .../src/airflow/api_fastapi/common/types.py        |   38 +-
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |   28 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |   25 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   12 +-
 airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx  |   23 +-
 .../index.ts => queries/gridViewQueryKeys.ts}      |   28 +-
 .../src/airflow/ui/src/queries/useClearRun.ts      |   10 +-
 .../ui/src/queries/useClearTaskInstances.ts        |    8 +-
 .../src/airflow/ui/src/queries/useDeleteDag.ts     |    7 +-
 .../src/airflow/ui/src/queries/useDeleteDagRun.ts  |    6 +-
 .../src/airflow/ui/src/queries/usePatchDagRun.ts   |    8 +-
 .../airflow/ui/src/queries/usePatchTaskInstance.ts |    8 +-
 .../ui/src/queries/useRefreshOnNewDagRuns.ts       |   65 +-
 .../src/airflow/ui/src/queries/useTrigger.ts       |   21 +-
 .../tests/unit/api_fastapi/common/test_types.py    |  135 +-
 .../api_fastapi/core_api/routes/ui/test_config.py  |   80 +-
 airflow-ctl-tests/pyproject.toml                   |    2 +-
 airflow-ctl/pyproject.toml                         |    2 +-
 airflow-e2e-tests/pyproject.toml                   |    2 +-
 chart/pyproject.toml                               |    2 +-
 clients/python/pyproject.toml                      |    2 +-
 dev/breeze/doc/ci/02_images.md                     |    4 +-
 dev/breeze/pyproject.toml                          |    5 +-
 .../commands/release_management_commands.py        |    4 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |    2 +-
 dev/breeze/uv.lock                                 |    2 +-
 dev/pyproject.toml                                 |    2 +-
 dev/registry/pyproject.toml                        |    2 +-
 docker-stack-docs/pyproject.toml                   |    2 +-
 docker-tests/pyproject.toml                        |    2 +-
 helm-tests/pyproject.toml                          |    2 +-
 kubernetes-tests/pyproject.toml                    |    2 +-
 providers-summary-docs/pyproject.toml              |    2 +-
 providers/alibaba/docs/index.rst                   |    8 +-
 providers/alibaba/pyproject.toml                   |    2 +-
 .../airflow/providers/amazon/aws/operators/dms.py  |   36 +-
 .../airflow/providers/amazon/aws/operators/emr.py  |   35 +-
 .../providers/amazon/aws/operators/neptune.py      |   27 +-
 .../airflow/providers/amazon/aws/sensors/mwaa.py   |   11 +-
 .../airflow/providers/amazon/aws/triggers/base.py  |   25 +-
 .../airflow/providers/amazon/aws/triggers/dms.py   |    2 +-
 .../airflow/providers/amazon/aws/triggers/glue.py  |    2 +-
 .../tests/unit/amazon/aws/operators/test_dms.py    |   51 +
 .../amazon/aws/operators/test_emr_serverless.py    |   20 +
 .../tests/unit/amazon/aws/sensors/test_mwaa.py     |   22 +
 .../tests/unit/amazon/aws/triggers/test_base.py    |   19 +
 .../tests/unit/amazon/aws/triggers/test_glue.py    |    7 +-
 .../tests/unit/amazon/aws/triggers/test_neptune.py |    6 +-
 providers/common/ai/pyproject.toml                 |    2 +-
 providers/edge3/pyproject.toml                     |    2 +-
 providers/fab/pyproject.toml                       |    2 +-
 pyproject.toml                                     |    6 +-
 scripts/ci/prek/upgrade_important_versions.py      |   31 +-
 scripts/pyproject.toml                             |    2 +-
 scripts/tools/setup_breeze                         |    2 +-
 shared/configuration/pyproject.toml                |    2 +-
 shared/dagnode/pyproject.toml                      |    2 +-
 shared/listeners/pyproject.toml                    |    2 +-
 shared/logging/pyproject.toml                      |    2 +-
 shared/module_loading/pyproject.toml               |    2 +-
 shared/observability/pyproject.toml                |    2 +-
 shared/plugins_manager/pyproject.toml              |    2 +-
 shared/providers_discovery/pyproject.toml          |    2 +-
 shared/secrets_backend/pyproject.toml              |    2 +-
 shared/secrets_masker/pyproject.toml               |    2 +-
 shared/template_rendering/pyproject.toml           |    2 +-
 shared/timezones/pyproject.toml                    |    2 +-
 task-sdk-integration-tests/pyproject.toml          |    2 +-
 task-sdk/pyproject.toml                            |    2 +-
 uv.lock                                            | 1466 ++++++++++++--------
 80 files changed, 1594 insertions(+), 829 deletions(-)
 create mode 100644 airflow-core/newsfragments/64232.feature.rst
 copy airflow-core/src/airflow/ui/src/{hooks/navigation/index.ts => 
queries/gridViewQueryKeys.ts} (56%)

Reply via email to