potiuk commented on code in PR #35687:
URL: https://github.com/apache/airflow/pull/35687#discussion_r1396025124
##########
setup.py:
##########
@@ -419,7 +419,7 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT
/ "airflow" / "git_ve
_devel_only_amazon = [
"aws_xray_sdk",
- "moto[cloudformation,glue]>=4.2.5",
+ "moto[cloudformation,glue]>4.2.5",
Review Comment:
```suggestion
"moto[cloudformation,glue]>4.2.9",
```
See https://github.com/getmoto/moto/issues/7031 which I raised them
yesterday and they fixed it few hours ago. It's not `strictly` needed, it would
have fixed itself in CI after successful main build. But it's good to add it
for local development - however you really need to add 4.2.9 because only this
version **really** fixes the problem
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]