Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ 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
- botocore>=1.34.90
- boto3>=1.34.106
- botocore>=1.34.106
- inflection>=0.5.1
# Allow a wider range of watchtower versions for flexibility among users
- watchtower>=3.0.0,<4
Expand Down Expand Up @@ -135,9 +135,9 @@ devel-dependencies:
- aws_xray_sdk>=2.12.0
- moto[cloudformation,glue]>=5.0.0
- mypy-boto3-appflow>=1.34.0
- mypy-boto3-rds>=1.34.90
- mypy-boto3-rds>=1.34.106
- mypy-boto3-redshift-data>=1.34.0
- mypy-boto3-s3>=1.34.90
- mypy-boto3-s3>=1.34.105
- s3fs>=2023.10.0
- openapi-schema-validator>=0.6.2
- openapi-spec-validator>=0.7.1
Expand Down
8 changes: 4 additions & 4 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"apache-airflow-providers-http",
"apache-airflow>=2.7.0",
"asgiref>=2.3.0",
"boto3>=1.34.90",
"botocore>=1.34.90",
"boto3>=1.34.106",
"botocore>=1.34.106",
"inflection>=0.5.1",
"jmespath>=0.7.0",
"jsonpath_ng>=1.5.3",
Expand All @@ -46,9 +46,9 @@
"aws_xray_sdk>=2.12.0",
"moto[cloudformation,glue]>=5.0.0",
"mypy-boto3-appflow>=1.34.0",
"mypy-boto3-rds>=1.34.90",
"mypy-boto3-rds>=1.34.106",
"mypy-boto3-redshift-data>=1.34.0",
"mypy-boto3-s3>=1.34.90",
"mypy-boto3-s3>=1.34.105",
"openapi-schema-validator>=0.6.2",
"openapi-spec-validator>=0.7.1",
"s3fs>=2023.10.0"
Expand Down