Skip to content

Commit c6bf166

Browse files
authored
Restricting moto 5.1.0 to fix ci (apache#47005)
1 parent a17decf commit c6bf166

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

generated/provider_dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devel-deps": [
4444
"aiobotocore>=2.13.0",
4545
"aws_xray_sdk>=2.12.0",
46-
"moto[cloudformation,glue]>=5.0.0",
46+
"moto[cloudformation,glue]>=5.0.0,!=5.1.0",
4747
"mypy-boto3-appflow>=1.35.39",
4848
"mypy-boto3-rds>=1.34.90",
4949
"mypy-boto3-redshift-data>=1.34.0",

providers/amazon/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ dependencies = [
137137
dev = [
138138
"aiobotocore>=2.13.0",
139139
"aws_xray_sdk>=2.12.0",
140-
"moto[cloudformation,glue]>=5.0.0",
140+
"moto[cloudformation,glue]>=5.0.0,!=5.1.0",
141141
"mypy-boto3-appflow>=1.35.39",
142142
"mypy-boto3-rds>=1.34.90",
143143
"mypy-boto3-redshift-data>=1.34.0",

providers/amazon/src/airflow/providers/amazon/get_provider_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ def get_provider_info():
13711371
"devel-dependencies": [
13721372
"aiobotocore>=2.13.0",
13731373
"aws_xray_sdk>=2.12.0",
1374-
"moto[cloudformation,glue]>=5.0.0",
1374+
"moto[cloudformation,glue]>=5.0.0,!=5.1.0",
13751375
"mypy-boto3-appflow>=1.35.39",
13761376
"mypy-boto3-rds>=1.34.90",
13771377
"mypy-boto3-redshift-data>=1.34.0",

0 commit comments

Comments
 (0)