diff --git a/airflow-e2e-tests/pyproject.toml b/airflow-e2e-tests/pyproject.toml index cdb159a45c965..8b03df204b185 100644 --- a/airflow-e2e-tests/pyproject.toml +++ b/airflow-e2e-tests/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "apache-airflow-core", "apache-airflow-devel-common", "testcontainers>=4.12.0", - "boto3", + "boto3>=1.37.2", ] [tool.pytest.ini_options] diff --git a/dev/breeze/pyproject.toml b/dev/breeze/pyproject.toml index ebf818b147c0f..d6bc06d1bdeff 100644 --- a/dev/breeze/pyproject.toml +++ b/dev/breeze/pyproject.toml @@ -76,7 +76,7 @@ dependencies = [ "tomli>=2.0.1; python_version < '3.11'", "twine>=4.0.2", "tqdm>=4.67.1", - "boto3>=1.34.90", + "boto3>=1.37.2", "semver>=3.0.4" ] diff --git a/providers/fab/pyproject.toml b/providers/fab/pyproject.toml index f360535e893a2..c931582064b3a 100644 --- a/providers/fab/pyproject.toml +++ b/providers/fab/pyproject.toml @@ -77,7 +77,7 @@ dependencies = [ "flask-session>=0.8.0; python_version < '3.13'", "msgpack>=1.0.0; python_version < '3.13'", "flask-sqlalchemy>=3.0.5; python_version < '3.13'", - "sqlalchemy<2; python_version < '3.13'", + "sqlalchemy>=1.4.36,<2; python_version < '3.13'", "flask-wtf>=1.1.0; python_version < '3.13'", "connexion[flask]>=2.14.2,<3.0; python_version < '3.13'", "jmespath>=0.7.0; python_version < '3.13'", diff --git a/providers/hashicorp/pyproject.toml b/providers/hashicorp/pyproject.toml index 5a4c6339905f1..a3da4e61b14a9 100644 --- a/providers/hashicorp/pyproject.toml +++ b/providers/hashicorp/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ [project.optional-dependencies] "boto3" = [ # Require for AWS assume role authentication - "boto3>=1.33.0", + "boto3>=1.37.2", ] "google" = [ "apache-airflow-providers-google"