This is an automated email from the ASF dual-hosted git repository.
eladkal 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 d1f45060305 Bump minimum boto3 version to 1.37.0 (#48238)
d1f45060305 is described below
commit d1f45060305acb1ec638c50f5028f1b4c96cb901
Author: Elad Kalif <[email protected]>
AuthorDate: Tue Mar 25 18:41:52 2025 +0200
Bump minimum boto3 version to 1.37.0 (#48238)
---
generated/provider_dependencies.json | 2 +-
providers/amazon/README.rst | 2 +-
providers/amazon/pyproject.toml | 2 +-
providers/amazon/src/airflow/providers/amazon/get_provider_info.py | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/generated/provider_dependencies.json
b/generated/provider_dependencies.json
index 0474ffdaa2a..fd2b3607e22 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -31,7 +31,7 @@
"apache-airflow-providers-http",
"apache-airflow>=2.9.0",
"asgiref>=2.3.0",
- "boto3>=1.34.90",
+ "boto3>=1.37.0",
"botocore>=1.34.90",
"inflection>=0.5.1",
"jmespath>=0.7.0",
diff --git a/providers/amazon/README.rst b/providers/amazon/README.rst
index cf63a7243a3..2af061712a5 100644
--- a/providers/amazon/README.rst
+++ b/providers/amazon/README.rst
@@ -57,7 +57,7 @@ PIP package Version required
``apache-airflow-providers-common-compat`` ``>=1.3.0``
``apache-airflow-providers-common-sql`` ``>=1.20.0``
``apache-airflow-providers-http``
-``boto3`` ``>=1.34.90``
+``boto3`` ``>=1.37.0``
``botocore`` ``>=1.34.90``
``inflection`` ``>=0.5.1``
``watchtower`` ``>=3.0.0,!=3.3.0,<4``
diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml
index 9218ee9da84..02eb46f5efe 100644
--- a/providers/amazon/pyproject.toml
+++ b/providers/amazon/pyproject.toml
@@ -64,7 +64,7 @@ dependencies = [
# We should update minimum version of boto3 and here regularly to avoid
`pip` backtracking with the number
# of candidates to consider. Make sure to configure boto3 version here as
well as in all the tools below
# in the `devel-dependencies` section to be the same minimum version.
- "boto3>=1.34.90",
+ "boto3>=1.37.0",
"botocore>=1.34.90",
"inflection>=0.5.1",
# Allow a wider range of watchtower versions for flexibility among users
diff --git a/providers/amazon/src/airflow/providers/amazon/get_provider_info.py
b/providers/amazon/src/airflow/providers/amazon/get_provider_info.py
index 704a1f7ac3c..912107bc4fc 100644
--- a/providers/amazon/src/airflow/providers/amazon/get_provider_info.py
+++ b/providers/amazon/src/airflow/providers/amazon/get_provider_info.py
@@ -1375,7 +1375,7 @@ def get_provider_info():
"apache-airflow-providers-common-compat>=1.3.0",
"apache-airflow-providers-common-sql>=1.20.0",
"apache-airflow-providers-http",
- "boto3>=1.34.90",
+ "boto3>=1.37.0",
"botocore>=1.34.90",
"inflection>=0.5.1",
"watchtower>=3.0.0,!=3.3.0,<4",