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

dependabot[bot] pushed a change to branch dependabot/uv/langchain-1.3.9
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 2732cc0abf2 Bump langchain from 1.3.4 to 1.3.9
     add 7e9bdb245e0 Remove dead AIP-44 trigger-over-BaseSerialization path 
(DAT.BASE_TRIGGER) (#68528)
     add 5129c1f0d0e Fix flaky shared-stream overflow test that times out in CI 
(#68651)
     add 853d84ed950 Fix contributing-docs broken links (#68655)
     add f3037c173f6 Document that the Google OpenID auth backend matches users 
by their (mutable) email (#68391)
     add 0385bae7055 Validate destination paths derived from GCS object names 
(#67667)
     add 58ba6620616 Fix misleading comment and pin reprocess behaviour for 
partitioned backfill (#68618)
     add c006c184df6 Forward Google Cloud Run container logs to Airflow log via 
verbose flag (#67140)
     add 28ca0b66260 Harden S3 sync target paths (#67847)
     add 2963064c06f Derive partition_date for composite keys with one temporal 
dimension (#68442)
     add 48d0ad5f89f Add tests for links/base and links/bigquery in Google 
provider (#68066)
     add bb859bde5a4 Add opensearch to default PROD image extras (#68659)
     add c5bbd4b087a Instruct agents to reduce direct AirflowException usage 
(#68656)
     add 272904f4c03 prepare-providers-doc skill: batch classification to cut 
sub-agents (#68653)
     add 844a892cb99 Bump `clickhouse-connect>=1.3.0` (#68400)
     add 9262fcdd019 Bump langchain from 1.3.8 to 1.3.9

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   (2732cc0abf2)
            \
             N -- N -- N   refs/heads/dependabot/uv/langchain-1.3.9 
(9262fcdd019)

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:
 .../prepare-providers-documentation/SKILL.md       |   75 +-
 .github/instructions/code-review.instructions.md   |    2 +-
 AGENTS.md                                          |    2 +-
 Dockerfile                                         |    2 +-
 airflow-core/src/airflow/models/backfill.py        |   10 +-
 .../src/airflow/partition_mappers/product.py       |   31 +-
 airflow-core/src/airflow/serialization/enums.py    |    1 -
 .../airflow/serialization/serialized_objects.py    |   17 +-
 .../tests/unit/always/test_project_structure.py    |    2 -
 airflow-core/tests/unit/models/test_backfill.py    |  118 +-
 .../tests/unit/partition_mappers/test_product.py   |   40 +
 .../unit/serialization/test_serialized_objects.py  |   32 +-
 .../tests/unit/triggers/test_shared_stream.py      |    9 +
 contributing-docs/01_roles_in_airflow_project.rst  |    6 +-
 contributing-docs/02_how_to_communicate.rst        |    2 +-
 dev/breeze/doc/images/output_prod-image_build.svg  |    4 +-
 dev/breeze/doc/images/output_prod-image_build.txt  |    2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |    1 +
 docker-stack-docs/build-arg-ref.rst                |    1 +
 generated/provider_dependencies.json               |    2 +-
 .../src/airflow/providers/amazon/aws/exceptions.py |    4 +
 .../src/airflow/providers/amazon/aws/hooks/s3.py   |    9 +-
 .../amazon/tests/unit/amazon/aws/hooks/test_s3.py  |   13 +-
 providers/clickhousedb/README.rst                  |    2 +-
 providers/clickhousedb/docs/index.rst              |    2 +-
 providers/clickhousedb/pyproject.toml              |    2 +-
 .../google/docs/api-auth-backend/google-openid.rst |   16 +
 .../google/docs/operators/cloud/cloud_run.rst      |   32 +
 .../providers/google/cloud/operators/cloud_run.py  |  103 +-
 .../google/cloud/transfers/gcs_to_sftp.py          |   23 +-
 .../providers/google/cloud/triggers/cloud_run.py   |   15 +
 .../tests/unit/google/cloud/links/test_base.py     |  167 +++
 .../tests/unit/google/cloud/links/test_bigquery.py |  143 +++
 .../unit/google/cloud/operators/test_cloud_run.py  |  363 +++++-
 .../google/cloud/transfers/test_gcs_to_sftp.py     |   99 ++
 .../unit/google/cloud/triggers/test_cloud_run.py   |   26 +-
 uv.lock                                            | 1217 ++++++++++----------
 37 files changed, 1896 insertions(+), 699 deletions(-)
 create mode 100644 providers/google/tests/unit/google/cloud/links/test_base.py
 create mode 100644 
providers/google/tests/unit/google/cloud/links/test_bigquery.py

Reply via email to