This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch python3.12
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 1a49839fe8 python 3.12 support
add f7a49bc019 docs: some grammatical improvements for providers index
(#37095)
add 0e752383a8 docs: update description in airflow provider.yaml (#37096)
add 9a4164d8cc Remove the remaining references to use the token bypassing
the Connection in the Slack provider. (#37112)
add 41503140fc Do not ignore the internal_ip_only if set to false in
Dataproc cluster config (#37014)
add e11a111a50 Nicer pyproject.toml dependency generation (#37114)
add 12e578242f python 3.12 support
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 (1a49839fe8)
\
N -- N -- N refs/heads/python3.12 (12e578242f)
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:
.../providers/google/cloud/operators/dataproc.py | 6 +-
airflow/providers/slack/hooks/slack.py | 6 +-
airflow/providers/yandex/provider.yaml | 4 +-
.../templates/PROVIDER_INDEX_TEMPLATE.rst.jinja2 | 12 ++--
pyproject.toml | 19 ++----
.../pre_commit_update_providers_dependencies.py | 76 +++++++++-------------
.../google/cloud/operators/test_dataproc.py | 13 ++++
7 files changed, 65 insertions(+), 71 deletions(-)