This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch exclude-not-ready-providers-from-all
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 9307f1fccb7 Keep not-ready providers out of the all extra
add 64dd235970a Refresh the image cache on canary pushes, not only on the
schedule (#71137)
add a058f7d54eb Only refuse team-scoped-looking env var ids when
multi_team is on (#71079)
add c37ba12f1c1 Resolve release constraints against PyPI providers only
(#71140)
add 5f77c84133f Revert "Limit pandas to < 3 for DataFrame XComs (#70791)"
(#71100)
add 6145746438c Fix orphaned subprocesses and supervisor crash on
heartbeat 409 (#65738)
add f69c195aa7a Bump cryptography (#71139)
add 9a85faa9c55 Fix provider distribution builds failing with flit 4
(#71118)
add 24c00690ab1 Add vatsrahul1001 to the release-constraints workflow
allowlist (#71152)
add dd1f84ab203 Respect retries when a deferrable trigger ends a task with
TaskFailedEvent (#69821)
add 429c669e861 Keep not-ready providers out of the all extra
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 (9307f1fccb7)
\
N -- N -- N refs/heads/exclude-not-ready-providers-from-all
(429c669e861)
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/workflows/additional-ci-image-checks.yml | 24 ++-
.github/workflows/generate-constraints.yml | 18 ++-
.github/workflows/release-constraints.yml | 5 +
airflow-core/newsfragments/69821.bugfix.rst | 1 +
airflow-core/newsfragments/70791.significant.rst | 35 -----
airflow-core/src/airflow/models/trigger.py | 46 +++++-
.../src/airflow/secrets/environment_variables.py | 20 ++-
airflow-core/tests/unit/always/test_secrets.py | 2 +
.../always/test_secrets_environment_variables.py | 19 +++
airflow-core/tests/unit/models/test_trigger.py | 76 +++++++++-
dev/breeze/pyproject.toml | 8 +-
.../prepare_providers/provider_distributions.py | 2 +-
dev/breeze/uv.lock | 104 ++++++-------
providers/amazon/docs/index.rst | 8 +-
providers/amazon/pyproject.toml | 15 +-
providers/apache/hdfs/README.rst | 12 +-
providers/apache/hdfs/docs/index.rst | 12 +-
providers/apache/hdfs/pyproject.toml | 15 +-
providers/apache/hive/README.rst | 12 +-
providers/apache/hive/docs/index.rst | 12 +-
providers/apache/hive/pyproject.toml | 15 +-
providers/common/sql/docs/index.rst | 8 +-
providers/common/sql/pyproject.toml | 15 +-
providers/databricks/README.rst | 12 +-
providers/databricks/docs/index.rst | 12 +-
providers/databricks/pyproject.toml | 15 +-
providers/exasol/README.rst | 12 +-
providers/exasol/docs/index.rst | 12 +-
providers/exasol/pyproject.toml | 15 +-
providers/google/README.rst | 12 +-
providers/google/docs/index.rst | 12 +-
providers/google/pyproject.toml | 15 +-
providers/papermill/README.rst | 12 +-
providers/papermill/docs/index.rst | 12 +-
providers/papermill/pyproject.toml | 15 +-
providers/postgres/docs/index.rst | 8 +-
providers/postgres/pyproject.toml | 15 +-
providers/presto/README.rst | 12 +-
providers/presto/docs/index.rst | 12 +-
providers/presto/pyproject.toml | 15 +-
providers/salesforce/README.rst | 12 +-
providers/salesforce/docs/index.rst | 12 +-
providers/salesforce/pyproject.toml | 15 +-
providers/snowflake/README.rst | 6 +-
providers/snowflake/docs/index.rst | 6 +-
providers/snowflake/pyproject.toml | 15 +-
providers/trino/README.rst | 12 +-
providers/trino/docs/index.rst | 12 +-
providers/trino/pyproject.toml | 15 +-
providers/weaviate/README.rst | 12 +-
providers/weaviate/docs/index.rst | 12 +-
providers/weaviate/pyproject.toml | 15 +-
task-sdk/pyproject.toml | 15 +-
.../src/airflow/sdk/execution_time/supervisor.py | 69 ++++++++-
.../src/airflow/sdk/serde/serializers/pandas.py | 45 ------
.../task_sdk/execution_time/test_supervisor.py | 161 ++++++++++++++++++++-
task-sdk/tests/task_sdk/serde/test_serializers.py | 28 ----
uv.lock | 96 ++++++------
58 files changed, 701 insertions(+), 559 deletions(-)
create mode 100644 airflow-core/newsfragments/69821.bugfix.rst
delete mode 100644 airflow-core/newsfragments/70791.significant.rst