This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch
feature/drop-python3.8-support-core-and-providers-v2-10-backport
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 140a4efeadf Found two more traces with Python 3.8 to be updated
discard a855e700b7f Drop python3.8 support core and providers - v2.10 backport
add 0ad24cf39e6 Deprecate `conf` from Task Context (#44993)
add 4b27c3fb087 [v2-10-test] Fix premature evaluation in mapped task group
(#44937)
add 878aab34b2a add missing newsfragment file (#45015)
add ec4db3e3ad5 Fix short circuit in mapped tasks (#44912)
add 9f87313d1ae Fix DB isolation tests on v2-10-test (#45021)
add 5512cd491f5 Update v2-10-test Depdencies (#45019)
add ddc45b66c9c Drop python3.8 support core and providers - v2.10 backport
add f2985bb2af5 Found two more traces with Python 3.8 to be updated
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 (140a4efeadf)
\
N -- N -- N
refs/heads/feature/drop-python3.8-support-core-and-providers-v2-10-backport
(f2985bb2af5)
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:
.pre-commit-config.yaml | 6 +-
airflow/models/mappedoperator.py | 2 +
airflow/models/skipmixin.py | 9 +-
airflow/ti_deps/deps/not_previously_skipped_dep.py | 79 +++++------
airflow/ti_deps/deps/trigger_rule_dep.py | 42 +++---
airflow/utils/context.py | 1 +
clients/python/pyproject.toml | 2 +-
docker_tests/requirements.txt | 2 +-
docs/apache-airflow/templates-ref.rst | 4 +-
newsfragments/44912.bugfix.rst | 1 +
newsfragments/44937.bugfix.rst | 1 +
newsfragments/44938.bugfix.rst | 1 +
newsfragments/44968.misc.rst | 1 +
pyproject.toml | 2 +-
tests/models/test_mappedoperator.py | 145 ++++++++++++++++++++-
tests/models/test_skipmixin.py | 41 +++++-
tests/models/test_taskinstance.py | 1 +
.../deps/test_not_previously_skipped_dep.py | 45 +++++++
18 files changed, 316 insertions(+), 69 deletions(-)
create mode 100644 newsfragments/44912.bugfix.rst
create mode 100644 newsfragments/44937.bugfix.rst
create mode 100644 newsfragments/44938.bugfix.rst
create mode 100644 newsfragments/44968.misc.rst