Hello, Another day, another update to 2.11.1. I just updated constraints for Python 3.12 for Airflow 2.11.1. The change was to downgrade grpcio from 1.78.1 to 1.78.0 because a few days ago it was yanked. The reason is https://github.com/grpc/grpc/issues/41725 - this version caused problems with serverless GCP services.
Constraints were updated, and the 3.12 images were pushed for Airflow 2.11.1. if you installed Airflow 2.11.1 you might want to reinstall it, if you used the images, you might want to pull the image again. This has been documented in https://airflow.apache.org/docs/docker-stack/changelog.html#changes-after-publishing-the-images Thanks to Damian Shaw who raised the issue. J.
