potiuk commented on code in PR #35671:
URL: https://github.com/apache/airflow/pull/35671#discussion_r1395439593


##########
scripts/docker/entrypoint_ci.sh:
##########
@@ -345,6 +345,9 @@ if [[ ${UPGRADE_BOTO=} == "true" ]]; then
     echo "${COLOR_BLUE}Upgrading boto3, botocore to latest version to run 
Amazon tests with them${COLOR_RESET}"
     echo
     pip uninstall --root-user-action ignore aiobotocore s3fs -y || true
+    # The limits for boto3 and botocore are set only because moto does not 
handle some changes implemented in botocore 1.31.1
+    # They should be removed as soon as 
https://github.com/getmoto/moto/issues/7031 is fixed and moto with the fixes is 
released
+    pip install --root-user-action ignore --upgrade "boto3<1.29.1" 
"botocore<1.32.1"
     pip install --root-user-action ignore --upgrade boto3 botocore

Review Comment:
   Yes. It was late in the night :facepalm: 
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to