Skip to content

Commit

Permalink
Remove pinning for xmltodict
Browse files Browse the repository at this point in the history
We have now moto 3.1.9+ in constraints so we should remove the limit.

Fixes: apache#23576
  • Loading branch information
potiuk committed May 28, 2022
1 parent 614b232 commit 968270c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 968270c

Please sign in to comment.