This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-5e415639ae
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 316df7b07f5 Bump the ui-plugin-template-package-updates group across 1
directory with 22 updates
add ba71910de05 Enable PT011 rule to provider tests (#57528)
add 4faccef9678 Prepare edge3 provider ad-hoc release rc2 (October 2025)
(#57538)
add 085b0edfe7c Fix airflow macro list in template document (#57529)
add b9aa5102359 Attempt to limit setuptools for Snowflake snowpark (#57581)
add 22e6068fbb3 Switch Jen's focus in `CODEOWNERS` (#57580)
add ae2a4fd5044 Fix connection retrieval in `DagProcessorManager` for
bundle initialization (#57459)
add 3c13f7c89f3 Add `--answer` flag support to breeze run command (#57589)
add fda6081ab38 Remove duplicate trove classifier (#57595)
add bd16be870a2 Add Guan-Ming as ui code owner (#57596)
add aedf95347b0 Enable ruff PLW0129 rule (#57516)
add 26c93bc52b8 ci(github-actions): Upgrade uv and ruff versions to fix CI
add d52c4fb4176 Enable ruff PLW0602 rule (#57588)
add caeb0373706 Add number of queries guard in public plugins list
endpoints (#57562)
add 96ea6a6891d Add number of queries guard in public import jobs
endpoints (#57559)
add 93cc517c498 Add number of queries guard in public dag reports list
endpoints (#57496)
add 27c9b9406d6 Optimize dynamic DAG updates to avoid loading large
serialized DAGs (#57592)
add 96135580047 SerDe: Check more strictly for pydantic model (#56758)
add 7e7f2a2ccf4 Fix MyPy type errors in airflow-core/src/airflow/models/
(dagrun,serialized_dag), api_fastapi/common/exceptions.py for Sqlalchemy 2
migration (#57576)
add f737769a7b9 Fab provider SQLA1 -> SQLA2: Fix
api_fastapi/core_api/routes/public/assets.py (#57218)
add 0448569f0a3 Refactor import statement for Session to use
sqlalchemy.orm (#57586)
add 56106ddb343 Reduce log level for Connection not found event from error
to debug in task-sdk. (#57548)
add 07d2892974c Fix task instances counting in task group header (#55670)
add 06f24e3780b Fix typos for prepare-release-command (#57626)
add 47a1eb85a26 Fix MyPy type errors in api_fastapi remaining files for
Sqlalchemy 2 migration (#57466)
add 22b7fd76cca Bump the ui-plugin-template-package-updates group across 1
directory with 22 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 (316df7b07f5)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-5e415639ae
(22b7fd76cca)
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/CODEOWNERS | 4 +-
.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 +-
.pre-commit-config.yaml | 2 +-
Dockerfile | 2 +-
Dockerfile.ci | 2 +-
airflow-core/docs/best-practices.rst | 2 +-
airflow-core/docs/templates-ref.rst | 2 +-
airflow-core/src/airflow/api_fastapi/app.py | 2 -
.../src/airflow/api_fastapi/common/db/dag_runs.py | 5 +-
.../src/airflow/api_fastapi/common/exceptions.py | 2 +-
.../src/airflow/api_fastapi/common/parameters.py | 12 +-
.../api_fastapi/core_api/routes/public/assets.py | 13 +-
.../core_api/services/public/dag_run.py | 4 +-
.../api_fastapi/core_api/services/ui/grid.py | 17 +-
airflow-core/src/airflow/configuration.py | 2 +-
airflow-core/src/airflow/dag_processing/manager.py | 10 +
.../src/airflow/dag_processing/processor.py | 4 +
airflow-core/src/airflow/logging_config.py | 1 -
airflow-core/src/airflow/models/dagrun.py | 86 +-
airflow-core/src/airflow/models/serialized_dag.py | 33 +-
airflow-core/src/airflow/plugins_manager.py | 13 -
airflow-core/src/airflow/serialization/typing.py | 8 +-
.../core_api/routes/public/test_dag_stats.py | 11 +-
.../api_fastapi/core_api/routes/public/test_job.py | 4 +-
.../core_api/routes/public/test_plugins.py | 10 +-
.../api_fastapi/core_api/routes/ui/test_dags.py | 2 +-
.../api_fastapi/core_api/routes/ui/test_grid.py | 8 +-
.../tests/unit/models/test_serialized_dag.py | 84 +
.../serialization/serializers/test_serializers.py | 22 +
.../tests/airflowctl_tests/conftest.py | 1 -
dev/README_RELEASE_PROVIDERS.md | 4 +-
dev/breeze/doc/ci/02_images.md | 2 +-
..._release-management_prepare-airflow-tarball.txt | 2 +-
dev/breeze/doc/images/output_run.svg | 18 +-
dev/breeze/doc/images/output_run.txt | 2 +-
.../airflow_breeze/commands/developer_commands.py | 1 +
.../commands/release_candidate_command.py | 3 +-
.../commands/release_management_commands.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
.../prepare_providers/provider_documentation.py | 1 -
dev/breeze/uv.lock | 1882 ++++++++++----------
.../react_plugin_template/package.json | 4 +-
.../react_plugin_template/pnpm-lock.yaml | 128 +-
devel-common/pyproject.toml | 4 +-
.../aws/executors/batch/test_batch_executor.py | 5 +-
.../tests/unit/apache/livy/operators/test_livy.py | 5 +-
.../unit/apache/spark/hooks/test_spark_submit.py | 7 +-
.../apache/spark/operators/test_spark_submit.py | 5 +-
.../unit/cncf/kubernetes/operators/test_pod.py | 7 +-
.../unit/cncf/kubernetes/triggers/test_pod.py | 14 +-
providers/edge3/docs/changelog.rst | 4 +
.../google/cloud/triggers/test_bigquery_dts.py | 7 +-
.../unit/google/cloud/triggers/test_dataflow.py | 4 +-
.../unit/google/cloud/triggers/test_dataplex.py | 2 +-
.../cloud/triggers/test_kubernetes_engine.py | 22 +-
.../providers/openlineage/plugins/listener.py | 3 +-
.../unit/pagerduty/hooks/test_pagerduty_events.py | 7 +-
providers/snowflake/pyproject.toml | 1 +
.../tests/unit/standard/operators/test_python.py | 1 -
pyproject.toml | 12 +-
scripts/ci/prek/check_imports_in_providers.py | 2 +-
.../check_providers_subpackages_all_have_init.py | 2 -
scripts/ci/prek/ruff_format.py | 2 +-
scripts/tools/setup_breeze | 2 +-
task-sdk/src/airflow/sdk/api/client.py | 2 +-
task-sdk/tests/task_sdk/definitions/test_dag.py | 5 +-
69 files changed, 1369 insertions(+), 1183 deletions(-)