This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new acf91af6bf Update `boto3` and `botocore` versions notes (#36073)
acf91af6bf is described below

commit acf91af6bff73ae82e9437b2dd8d966657d40377
Author: Andrey Anshin <[email protected]>
AuthorDate: Tue Dec 5 23:15:48 2023 +0400

    Update `boto3` and `botocore` versions notes (#36073)
---
 airflow/providers/amazon/provider.yaml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/airflow/providers/amazon/provider.yaml 
b/airflow/providers/amazon/provider.yaml
index 798043abe8..e396051943 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -81,11 +81,13 @@ dependencies:
   # same minimum version specified. Boto3 1.28.0 has been released on July 6 
2023. We should also make sure we
   # set it to the version that `aiobotocore` supports (see `aiobotocore` 
optional dependency at the end
   # of this file). Currently we set aiobotocore as minimum 2.5.3 - as this is 
was the first version
-  # that supported boto3 1.28. NOTE!!! BOTOCORE VERSIONS ARE SHIFTED BY 3 
MINOR VERSIONS
+  # that supported boto3 1.28.
+  # NOTE!!! BEFORE botocore 1.33 BOTOCORE VERSIONS ARE SHIFTED BY 3 MINOR 
VERSIONS
   # NOTE!!! Make sure to update _MIN_BOTO3_VERSION in setup.py when you update 
it here
   - boto3>=1.28.0
-  # NOTE!!! BOTOCORE version is always shifted by 3 MINOR VERSIONS from boto3
-  # See https://github.com/boto/boto3/issues/2702
+  # NOTE!!! BEFORE botocore 1.33 version is always shifted by 3 MINOR VERSIONS 
from boto3, see:
+  # - https://github.com/boto/boto3/issues/2702
+  # - 
https://github.com/boto/boto3/blob/a3e710df58676c2567b8023dbe09025ad5e0e50f/.changes/1.33.0.json#L13-L15
   - botocore>=1.31.0
   - inflection>=0.5.1
   # Allow a wider range of watchtower versions for flexibility among users

Reply via email to