From f8596edaf25f7ce96702647f55bb65f3866fc712 Mon Sep 17 00:00:00 2001 From: eladkal <45845474+eladkal@users.noreply.github.com> Date: Sun, 5 Jun 2022 16:31:12 +0300 Subject: [PATCH 1/2] Bump moto version version 3.1.10 broke main but the issue was fixed since in moto related: https://github.com/spulec/moto/pull/5165 --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 7ce5e61e1a785..fc37563c7b6c5 100644 --- a/setup.py +++ b/setup.py @@ -635,9 +635,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version 'jira', 'jsondiff', 'mongomock', - # Version 3.1.10 is breaking main bump to 3.1.11 when released. - # Fix already merged but was not released https://github.com/spulec/moto/pull/5165 - 'moto[glue]>=3.1.6, <3.1.10', + 'moto[glue]>=3.1.12', 'parameterized', 'paramiko', 'pipdeptree', From bcef2ad367420a5bcbf04c94a64af3dee2801226 Mon Sep 17 00:00:00 2001 From: eladkal <45845474+eladkal@users.noreply.github.com> Date: Sun, 5 Jun 2022 17:16:00 +0300 Subject: [PATCH 2/2] fix moto --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc37563c7b6c5..994fbacd50e4c 100644 --- a/setup.py +++ b/setup.py @@ -635,7 +635,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version 'jira', 'jsondiff', 'mongomock', - 'moto[glue]>=3.1.12', + 'moto[cloudformation, glue]>=3.1.12', 'parameterized', 'paramiko', 'pipdeptree',