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

github-bot pushed a change to branch 
dependabot/pip/v2-11-test/pip-dependency-updates-2d1b79e300
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 189750ad28c Bump the pip-dependency-updates group across 2 directories 
with 8 updates
     add 3cd78b4f724 Synchronize common compat to 1.2.1 in v2-11-test branch 
(#61602)
     add c974ca5221f Cleanup the dev folder for v2-11-test branch (#61607)
     add 1d9cf9e9f37 Migrate to connexion 2.15 (#51681)
     add e2b339652a9 Fix root logger level cache invalidation in 
LoggerMutationHelper (#61644)
     add 76b26f82587 Bump the pip-dependency-updates group across 2 directories 
with 8 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   (189750ad28c)
            \
             N -- N -- N   
refs/heads/dependabot/pip/v2-11-test/pip-dependency-updates-2d1b79e300 
(76b26f82587)

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:
 airflow/__init__.py                                |    2 +-
 airflow/api_internal/internal_api_call.py          |    2 +-
 airflow/cli/commands/info_command.py               |    4 +-
 airflow/cli/commands/task_command.py               |    2 +-
 airflow/example_dags/example_branch_operator.py    |    2 +-
 .../example_branch_operator_decorator.py           |    2 +-
 .../pre_7_4_0_compatibility/kube_client.py         |    4 +-
 .../versions/0095_2_2_4_add_session_table_to_db.py |    3 +-
 airflow/models/dag.py                              |    2 +-
 airflow/operators/python.py                        |    2 +-
 .../alibaba/cloud/log/oss_task_handler.py          |    2 +-
 .../providers/amazon/aws/log/s3_task_handler.py    |    2 +-
 airflow/providers/amazon/provider.yaml             |    3 +-
 .../providers/apache/hdfs/log/hdfs_task_handler.py |    2 +-
 airflow/providers/apache/hdfs/provider.yaml        |    3 +-
 airflow/providers/apache/hive/provider.yaml        |    3 +-
 airflow/providers/common/compat/CHANGELOG.rst      |   28 +
 airflow/providers/common/compat/__init__.py        |    6 +-
 airflow/providers/common/compat/assets/__init__.py |   77 +
 airflow/providers/common/compat/lineage/hook.py    |   73 +-
 .../common/compat/openlineage/utils}/__init__.py   |    0
 .../common/compat/openlineage/utils/utils.py}      |   30 +-
 airflow/providers/common/compat/provider.yaml      |    6 +-
 .../common/compat/security}/__init__.py            |    0
 .../common/compat/security/permissions.py}         |   15 +-
 airflow/providers/databricks/provider.yaml         |    3 +-
 airflow/providers/exasol/provider.yaml             |    3 +-
 airflow/providers/google/provider.yaml             |    3 +-
 airflow/providers/papermill/provider.yaml          |    3 +-
 airflow/providers/presto/provider.yaml             |    3 +-
 airflow/providers/salesforce/provider.yaml         |    3 +-
 airflow/providers/sftp/provider.yaml               |    2 +-
 airflow/providers/snowflake/provider.yaml          |    3 +-
 airflow/providers/ssh/provider.yaml                |    2 +-
 airflow/providers/trino/provider.yaml              |    3 +-
 airflow/providers/weaviate/provider.yaml           |    3 +-
 airflow/utils/db.py                                |   13 +-
 airflow/utils/retries.py                           |    2 +-
 airflow/www/extensions/init_session.py             |    2 +-
 airflow/www/session.py                             |   32 +-
 airflow/www/static/js/types/api-generated.ts       |    7 +-
 airflow/www/utils.py                               |   12 +-
 chart/values.yaml                                  |    3 +
 clients/python/pyproject.toml                      |    2 +-
 dev/README_RELEASE_AIRFLOW.md                      |    8 +-
 dev/README_RELEASE_PROVIDER_PACKAGES.md            |    2 +-
 dev/prepare_bulk_issues.py                         |  245 --
 dev/stats/get_important_pr_candidates.py           |  404 ---
 dev/system_tests/update_issue_status.py            |  237 --
 .../dynamic-task-mapping.rst                       |    2 +-
 docs/apache-airflow/howto/operator/python.rst      |    2 +-
 docs/apache-airflow/img/airflow_erd.sha256         |    2 +-
 docs/apache-airflow/img/airflow_erd.svg            | 3716 ++++++++++----------
 docs/docker-stack/README.md                        |   10 +-
 .../customizing/add-build-essential-custom.sh      |    2 +-
 .../extending/add-airflow-configuration/Dockerfile |    2 +-
 .../extending/add-apt-packages/Dockerfile          |    2 +-
 .../add-build-essential-extend/Dockerfile          |    4 +-
 .../extending/add-providers/Dockerfile             |    2 +-
 .../add-pypi-packages-constraints/Dockerfile       |    2 +-
 .../extending/add-pypi-packages-uv/Dockerfile      |    2 +-
 .../extending/add-pypi-packages/Dockerfile         |    2 +-
 .../extending/add-requirement-packages/Dockerfile  |    2 +-
 .../extending/custom-providers/Dockerfile          |    2 +-
 .../extending/embedding-dags/Dockerfile            |    2 +-
 .../extending/writable-directory/Dockerfile        |    2 +-
 docs/docker-stack/entrypoint.rst                   |   14 +-
 docs/exts/operators_and_hooks_ref.py               |    2 +-
 docs/exts/substitution_extensions.py               |    8 +-
 generated/provider_dependencies.json               |   59 +-
 tests/api_connexion/test_security.py               |    4 +-
 .../cncf/kubernetes/operators/test_pod.py          |    4 +-
 .../common/compat/openlineage/utils}/__init__.py   |    0
 .../common/compat/openlineage/utils/test_utils.py  |    9 +-
 .../providers/common/compat/security}/__init__.py  |    0
 .../common/compat/security/test_permissions.py     |    9 +-
 tests/serialization/test_dag_serialization.py      |   23 -
 .../providers/amazon/aws/example_dynamodb_to_s3.py |    4 +-
 tests/utils/test_helpers.py                        |    2 +-
 tests/www/test_utils.py                            |    8 +-
 tests/www/views/test_anonymous_as_admin_role.py    |    5 +-
 tests/www/views/test_session.py                    |    4 +-
 tests/www/views/test_views_custom_user_views.py    |    4 +-
 tests/www/views/test_views_tasks.py                |   12 +-
 84 files changed, 2249 insertions(+), 2955 deletions(-)
 create mode 100644 airflow/providers/common/compat/assets/__init__.py
 copy airflow/{api_connexion => 
providers/common/compat/openlineage/utils}/__init__.py (100%)
 copy airflow/{api/common/experimental/get_task.py => 
providers/common/compat/openlineage/utils/utils.py} (54%)
 copy airflow/{api_connexion => providers/common/compat/security}/__init__.py 
(100%)
 copy airflow/{callbacks/base_callback_sink.py => 
providers/common/compat/security/permissions.py} (76%)
 delete mode 100755 dev/prepare_bulk_issues.py
 delete mode 100755 dev/stats/get_important_pr_candidates.py
 delete mode 100755 dev/system_tests/update_issue_status.py
 copy {airflow/api_connexion => 
tests/providers/common/compat/openlineage/utils}/__init__.py (100%)
 copy airflow/providers/amazon/aws/utils/rds.py => 
tests/providers/common/compat/openlineage/utils/test_utils.py (83%)
 copy {airflow/api_connexion => 
tests/providers/common/compat/security}/__init__.py (100%)
 copy airflow/providers/amazon/aws/utils/rds.py => 
tests/providers/common/compat/security/test_permissions.py (85%)

Reply via email to