This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/uv/cryptography-46.0.5
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 8a9688539b7 chore(deps): bump cryptography from 44.0.3 to 46.0.5
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 f6ec0ed9292 chore(deps): bump cryptography from 44.0.3 to 46.0.5
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 (8a9688539b7)
\
N -- N -- N refs/heads/dependabot/uv/cryptography-46.0.5
(f6ec0ed9292)
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 | 1364 ++++++++++++--------
80 files changed, 1543 insertions(+), 778 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%)