diff --git a/setup.py b/setup.py index 14b1811be12d1b..bc6a5d0b7fa2bf 100644 --- a/setup.py +++ b/setup.py @@ -636,7 +636,9 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version 'jira', 'jsondiff', 'mongomock', - 'moto[glue]>=3.1.6', + # 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', 'parameterized', 'paramiko', 'pipdeptree',