From eec85d397ef0ecbbe5fd679cf5790adae2ad9c9f Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sat, 28 May 2022 23:58:59 +0200 Subject: [PATCH] Remove pinning for xmltodict (#23992) We have now moto 3.1.9+ in constraints so we should remove the limit. Fixes: #23576 --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 74f6131e623e9..3094dca782edd 100644 --- a/setup.py +++ b/setup.py @@ -200,9 +200,6 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version pandas_requirement, 'mypy-boto3-rds>=1.21.0', 'mypy-boto3-redshift-data>=1.21.0', - # XML to dict 0.13.0 breaks some EMR tests - # It should be removed once we solve https://github.com/apache/airflow/issues/23576 - 'xmltodict<0.13.0', ] apache_beam = [ 'apache-beam>=2.33.0',