This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch add-note-about-grpcio-downgrade in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 12b0a93521a3b5c6cf5fd0742d4f8341bb2534d3 Author: Jarek Potiuk <[email protected]> AuthorDate: Sat Feb 28 15:55:55 2026 +0100 Add release notes about grpcio downgraded for Python 3.12, 2.11.1 image. --- docker-stack-docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-stack-docs/changelog.rst b/docker-stack-docs/changelog.rst index 1ab2a03d33e..89024b1c38e 100644 --- a/docker-stack-docs/changelog.rst +++ b/docker-stack-docs/changelog.rst @@ -383,6 +383,8 @@ here so that users affected can find the reason for the changes. +--------------+-------------+-----------------------------------------------------------------------------------+-------------------------------------------------------+------------------------------------------------+ | Date | Versions | Potentially breaking change | Reason | Link to Pull Request / Issue | +==============+=============+===================================================================================+=======================================================+================================================+ +| 28 Feb 2026 | 2.11.1 | * The grpcio==1.78.0 is used instead of 1.78.1 in Python 3.12 images. | The 1.78.1 version was yanked - caused major outage. | https://github.com/grpc/grpc/issues/41725. | ++--------------+-------------+-----------------------------------------------------------------------------------+-------------------------------------------------------+------------------------------------------------+ | 23 Feb 2026 | 2.11.1 | * Several dependencies upgraded with minor versions/patchlevels | Virtualenv project pulling out released 20.37.0 | https://github.com/pypa/virtualenv/issues/3061 | | | | * See https://github.com/apache/airflow/commit/4a55543 for details | | | +--------------+-------------+-----------------------------------------------------------------------------------+-------------------------------------------------------+------------------------------------------------+
