This is an automated email from the ASF dual-hosted git repository.
amoghdesai 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 c6bf166b703 Restricting moto 5.1.0 to fix ci (#47005)
c6bf166b703 is described below
commit c6bf166b7036b8ebc21876381394eae0eb3f1944
Author: Amogh Desai <[email protected]>
AuthorDate: Mon Feb 24 12:43:36 2025 +0530
Restricting moto 5.1.0 to fix ci (#47005)
---
generated/provider_dependencies.json | 2 +-
providers/amazon/pyproject.toml | 2 +-
providers/amazon/src/airflow/providers/amazon/get_provider_info.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/generated/provider_dependencies.json
b/generated/provider_dependencies.json
index bbaa200c611..a82bd3bb19a 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -43,7 +43,7 @@
"devel-deps": [
"aiobotocore>=2.13.0",
"aws_xray_sdk>=2.12.0",
- "moto[cloudformation,glue]>=5.0.0",
+ "moto[cloudformation,glue]>=5.0.0,!=5.1.0",
"mypy-boto3-appflow>=1.35.39",
"mypy-boto3-rds>=1.34.90",
"mypy-boto3-redshift-data>=1.34.0",
diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml
index 26e4f6940a0..6b88acdb244 100644
--- a/providers/amazon/pyproject.toml
+++ b/providers/amazon/pyproject.toml
@@ -137,7 +137,7 @@ dependencies = [
dev = [
"aiobotocore>=2.13.0",
"aws_xray_sdk>=2.12.0",
- "moto[cloudformation,glue]>=5.0.0",
+ "moto[cloudformation,glue]>=5.0.0,!=5.1.0",
"mypy-boto3-appflow>=1.35.39",
"mypy-boto3-rds>=1.34.90",
"mypy-boto3-redshift-data>=1.34.0",
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 f0d0c47d1a1..cb979c48099 100644
--- a/providers/amazon/src/airflow/providers/amazon/get_provider_info.py
+++ b/providers/amazon/src/airflow/providers/amazon/get_provider_info.py
@@ -1371,7 +1371,7 @@ def get_provider_info():
"devel-dependencies": [
"aiobotocore>=2.13.0",
"aws_xray_sdk>=2.12.0",
- "moto[cloudformation,glue]>=5.0.0",
+ "moto[cloudformation,glue]>=5.0.0,!=5.1.0",
"mypy-boto3-appflow>=1.35.39",
"mypy-boto3-rds>=1.34.90",
"mypy-boto3-redshift-data>=1.34.0",