This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new eec85d397e Remove pinning for xmltodict (#23992)
eec85d397e is described below
commit eec85d397ef0ecbbe5fd679cf5790adae2ad9c9f
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat May 28 23:58:59 2022 +0200
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 74f6131e62..3094dca782 100644
--- a/setup.py
+++ b/setup.py
@@ -200,9 +200,6 @@ amazon = [
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',