uranusjr commented on code in PR #24652:
URL: https://github.com/apache/airflow/pull/24652#discussion_r1021049915


##########
Dockerfile:
##########
@@ -1234,8 +1234,10 @@ ARG ADDITIONAL_PYTHON_DEPS=""
 # 
https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
 # * authlib, gcloud_aio_auth, adal are needed to generate constraints for PyPI 
packages and can be removed after we release
 #   new google, azure providers
+# * cloudpickle==2.0.0 is required by snowfalke-snowpark-python, which 
conflicts with new versions of apache beam, so
+#   we pin pinning apache-beam also to the latest version which uses 
cloudpickle==2.0.0.

Review Comment:
   ```suggestion
   #   we pin apache-beam also to the latest version which uses 
cloudpickle==2.0.0.
   ```typo



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to