diff --git a/setup.py b/setup.py index e7d59516947..468ec50bc01 100644 --- a/setup.py +++ b/setup.py @@ -638,7 +638,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',