Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json.sha256sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
327fa3e07644e1491f95bc18b9cfef09af986a303cac9963bd7dd477e451333d
ff62aff344e86d6348ae2b5d652f465e17efd4e44e45cfc7121b078a649fe127
2 changes: 1 addition & 1 deletion providers/.last_release_date.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2026-06-08
2026-06-16
6 changes: 3 additions & 3 deletions providers/alibaba/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-alibaba``

Release: ``3.3.8``
Release: ``3.3.9``


Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).
Expand All @@ -36,7 +36,7 @@ This is a provider package for ``alibaba`` provider. All classes for this provid
are in ``airflow.providers.alibaba`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.8/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.9/>`_.

Installation
------------
Expand Down Expand Up @@ -82,4 +82,4 @@ Dependent package
================================================================================================================== =================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.8/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.9/changelog.html>`_.
11 changes: 11 additions & 0 deletions providers/alibaba/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
Changelog
---------

3.3.9
.....

Bug Fixes
~~~~~~~~~

* ``Fix remote-log providers not satisfying RemoteLogIO upload contract (#68300)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):

3.3.8
.....

Expand Down
6 changes: 3 additions & 3 deletions providers/alibaba/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ apache-airflow-providers-alibaba package
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).


Release: 3.3.8
Release: 3.3.9

Provider package
----------------
Expand Down Expand Up @@ -134,5 +134,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-alibaba 3.3.8 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.8.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.8.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.8.tar.gz.sha512>`__)
* `The apache-airflow-providers-alibaba 3.3.8 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.8-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.8-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.8-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-alibaba 3.3.9 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.9.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.9.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.9.tar.gz.sha512>`__)
* `The apache-airflow-providers-alibaba 3.3.9 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.9-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.9-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.9-py3-none-any.whl.sha512>`__)
3 changes: 2 additions & 1 deletion providers/alibaba/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ description: |

state: ready
lifecycle: production
source-date-epoch: 1779136929
source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
- 3.3.9
- 3.3.8
- 3.3.7
- 3.3.6
Expand Down
6 changes: 3 additions & 3 deletions providers/alibaba/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "apache-airflow-providers-alibaba"
version = "3.3.8"
version = "3.3.9"
description = "Provider package apache-airflow-providers-alibaba for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -103,8 +103,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}

[project.urls]
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.8"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.8/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.9"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.9/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "3.3.8"
__version__ = "3.3.9"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
Expand Down
6 changes: 3 additions & 3 deletions providers/amazon/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-amazon``

Release: ``9.30.0``
Release: ``9.31.0``


Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
Expand All @@ -36,7 +36,7 @@ This is a provider package for ``amazon`` provider. All classes for this provide
are in ``airflow.providers.amazon`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.30.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.31.0/>`_.

Installation
------------
Expand Down Expand Up @@ -133,4 +133,4 @@ Extra Dependencies
==================== ============================================================================================================================================================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.30.0/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.31.0/changelog.html>`_.
27 changes: 27 additions & 0 deletions providers/amazon/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,33 @@
Changelog
---------

9.31.0
......

Features
~~~~~~~~

* ``Wait for Bedrock AgentCore Runtime deletion (#68140)``

Bug Fixes
~~~~~~~~~

* ``Upload log with 'put_object' in 's3_task_handler' (#68619)``
* ``Add 'evaluation_config', 'inference_config' and 'output_data_config' to BedrockCreateEvaluationJobOperator template_fields (#68310)``
* ``Fix remote-log providers not satisfying RemoteLogIO upload contract (#68300)``
* ``Harden S3 sync target paths (#67847)``

Misc
~~~~

* ``Fix mypy errors for task_instance access in provider triggers (#68685)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Version the worker-bound TaskInstance fields in the execution API schema (#68390)``
* ``fix(tests): Use unique S3 bucket name in bedrock evaluation system test (#68256)``
* ``fix(tests): Add retries to EMR on EKS system test job submission (#68257)``

9.30.0
......

Expand Down
6 changes: 3 additions & 3 deletions providers/amazon/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ apache-airflow-providers-amazon package
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).


Release: 9.30.0
Release: 9.31.0

Provider package
----------------
Expand Down Expand Up @@ -169,5 +169,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-amazon 9.30.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.30.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.30.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.30.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.30.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.30.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.30.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.30.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-amazon 9.31.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.31.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.31.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.31.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.31.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.31.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.31.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.31.0-py3-none-any.whl.sha512>`__)
3 changes: 2 additions & 1 deletion providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ description: |

state: ready
lifecycle: production
source-date-epoch: 1780426378
source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
- 9.31.0
- 9.30.0
- 9.29.0
- 9.28.0
Expand Down
6 changes: 3 additions & 3 deletions providers/amazon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "apache-airflow-providers-amazon"
version = "9.30.0"
version = "9.31.0"
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -217,8 +217,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}

[project.urls]
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.30.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.30.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.31.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.31.0/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "9.30.0"
__version__ = "9.31.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
Expand Down
2 changes: 1 addition & 1 deletion providers/apache/druid/docs/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
077821050598e6807c63a497bcb70c420b529d8b
954b3035cc8feb6ef1e13a6715b7c7e47d12932a
6 changes: 3 additions & 3 deletions providers/apache/hdfs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-apache-hdfs``

Release: ``4.12.0``
Release: ``4.12.1``


`Hadoop Distributed File System (HDFS) <https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html>`__
Expand All @@ -37,7 +37,7 @@ This is a provider package for ``apache.hdfs`` provider. All classes for this pr
are in ``airflow.providers.apache.hdfs`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.1/>`_.

Installation
------------
Expand Down Expand Up @@ -85,4 +85,4 @@ Dependent package
================================================================================================================== =================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.0/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.1/changelog.html>`_.
11 changes: 11 additions & 0 deletions providers/apache/hdfs/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
Changelog
---------

4.12.1
......

Bug Fixes
~~~~~~~~~

* ``Fix remote-log providers not satisfying RemoteLogIO upload contract (#68300)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):

4.12.0
......

Expand Down
6 changes: 3 additions & 3 deletions providers/apache/hdfs/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ apache-airflow-providers-apache-hdfs package
and `WebHDFS <https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.


Release: 4.12.0
Release: 4.12.1

Provider package
----------------
Expand Down Expand Up @@ -124,5 +124,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-apache-hdfs 4.12.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.12.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.12.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.12.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-hdfs 4.12.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.12.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.12.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.12.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-apache-hdfs 4.12.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.12.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.12.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.12.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-hdfs 4.12.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.12.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.12.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.12.1-py3-none-any.whl.sha512>`__)
3 changes: 2 additions & 1 deletion providers/apache/hdfs/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ description: |

state: ready
lifecycle: production
source-date-epoch: 1779137108
source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
- 4.12.1
- 4.12.0
- 4.11.5
- 4.11.4
Expand Down
6 changes: 3 additions & 3 deletions providers/apache/hdfs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "apache-airflow-providers-apache-hdfs"
version = "4.12.0"
version = "4.12.1"
description = "Provider package apache-airflow-providers-apache-hdfs for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -106,8 +106,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}

[project.urls]
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.1/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "4.12.0"
__version__ = "4.12.1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
Expand Down
6 changes: 3 additions & 3 deletions providers/apache/livy/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-apache-livy``

Release: ``4.5.6``
Release: ``4.5.7``


`Apache Livy <https://livy.apache.org/>`__
Expand All @@ -36,7 +36,7 @@ This is a provider package for ``apache.livy`` provider. All classes for this pr
are in ``airflow.providers.apache.livy`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.6/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.7/>`_.

Installation
------------
Expand Down Expand Up @@ -80,4 +80,4 @@ Dependent package
================================================================================================================== =================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.6/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.7/changelog.html>`_.
11 changes: 11 additions & 0 deletions providers/apache/livy/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@
Changelog
---------

4.5.7
.....

Misc
~~~~

* ``Bump aiohttp>=3.14.0 (#67978)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):

4.5.6
.....

Expand Down
6 changes: 3 additions & 3 deletions providers/apache/livy/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ apache-airflow-providers-apache-livy package
`Apache Livy <https://livy.apache.org/>`__


Release: 4.5.6
Release: 4.5.7

Provider package
----------------
Expand Down Expand Up @@ -131,5 +131,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-apache-livy 4.5.6 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.6.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.6.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.6.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-livy 4.5.6 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.6-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.6-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.6-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-apache-livy 4.5.7 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.7.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.7.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.7.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-livy 4.5.7 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.7-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.7-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.7-py3-none-any.whl.sha512>`__)
Loading
Loading